Re: [pmapper-users] identify on wms layers

2011-02-03 Thread Sandro Ferrara
"DESCRIPTION" "PAI Bacini idrografici" >>"wms_name" "0" >>"wms_server_version" "1.1.1" >> "wms_srs" "EPSG:32633" >>"wms_format&quo

Re: [pmapper-users] identify on wms layers

2011-02-02 Thread Armin Burger
version" "1.1.1" > "wms_srs" "EPSG:32633" > "wms_format" "image/png" > "wms_style" "default" > "wms_feature_info_mime_type" "text/plain&qu

Re: [pmapper-users] identify on wms layers

2011-02-02 Thread Sandro Ferrara
_feature_info_mime_type" "text/plain" "RESULT_FIELDS" "CODICE,NOME" "RESULT_HEADERS" "Codice, Nome" "wms_title" "Bacini Idrografici" END TRANSPARENCY 100 PROJ

Re: [pmapper-users] identify on wms layers

2011-02-01 Thread Armin Burger
as already mentioned, you should not need to change the code if you add "wms_name", but I guess you should just have 1 METADATA block, and not 2... p.mapper only parses plain text output for features (you get XML output). I don't know exactly how to tell Mapserver to request the featureInfo as

Re: [pmapper-users] identify on wms layers

2011-02-01 Thread Sandro Ferrara
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 dumpWMSQueryResu

Re: [pmapper-users] identify on wms layers

2011-02-01 Thread Armin Burger
Sandro checking the code for the query of WMS ... $query_layers = $this->qLayer->getMetadata("wms_name"); $this->qLayer->set("connection", $this->qLayer->connection . "QUERY_LAYERS=" . $query_layers); ... it looks for the METADATA tag "wms_name" defined for your layer. If it does not exist