Hi Armin, thanks so much!

i modified squeryas below and it runs

function dumpWMSQueryResults()
     {
       - - - -
         $this->qLayer->set("connection", $this->qLayer->connection);
       - - - -

and i have this file pm_debug.log

[01-Feb-2011 21:03:22] P.MAPPER debug info
dumpWMSQueryResults() - FeatureInfoURL:
  
http://88.53.214.52/sitr/services/WGS84_F33/PAI_f33/MapServer/WMSServer?LAYERS=0&REQUEST=GetFeatureInfo&SERVICE=WMS&FORMAT=image/png&STYLES=default&HEIGHT=434&QUERY_LAYERS=0&VERSION=1.1.1&SRS=EPSG:32633&WIDTH=912&BBOX=295293.620092379,4181873.2852194,384149.379907621,4224157.7147806&TRANSPARENT=TRUE&FEATURE_COUNT=10&INFO_FORMAT=MIME&X=145&EXCEPTIONS=application/vnd.ogc.se_xml&Y=141
[01-Feb-2011 21:03:23] P.MAPPER debug info
dumpWMSQueryResults() - Query Result:
  Array
(
     [0] => <?xml version="1.0" encoding="UTF-8" ?>
     [1] => <FeatureInfoResponse>
     [2] => <FIELDS CODICE="R 19 046" NOME="Bacini minori fra S. 
BARTOLOMEO e Punta di Solanto"/>
     [3] => </FeatureInfoResponse>
)

Sorry but, how can i display the "FIELDS" in the query result box?

i modified my map file as below, but nothing

LAYER
         NAME "Bacini_Idrografici"
         TYPE RASTER
         STATUS DEFAULT
         TEMPLATE void
         CONNECTIONTYPE WMS
         CONNECTION 
"http://88.53.214.52/sitr/services/WGS84_F33/PAI_f33/MapServer/WMSServer?";
         METADATA
             "DESCRIPTION" "PAI Bacini idrografici"
             "wms_name" "0"
             "wms_server_version" "1.1.1"
             "wms_srs" "EPSG:32633"
             "wms_format" "image/png"
             "wms_style" "default"
         END
         METADATA
             "wms_title" "Bacini Idrografici"
             "RESULT_FIELDS" "CODICE,NOME"
             "RESULT_HEADERS" "Codice, Nome"
         END
         TRANSPARENCY 100
         PROJECTION
             "init=epsg:32633"
         END
     END

thanks in advance
Sandro

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to