Hello Armin,

Thank you, this solved the problem! I leave here the configuration of WMS that 
is working properly (with QGIS Mapserver), for future reference:

LAYER
  NAME "LEE_2011"
  TYPE RASTER
  STATUS OFF
  CONNECTION "http://localhost/cgi-bin/teste_qgismapserver/qgis_mapserv.fcgi?";
  CONNECTIONTYPE WMS
  PROJECTION
    "init=epsg:20790"
  END
  METADATA
    "DESCRIPTION" "LEE_2011"
    "wms_name" "LEE_2011"
    "wms_server_version" "1.1.1"
    "wms_format" "image/png"
    "ows_title" "LEE_2011"
  END
END


Just another small question, there are some parameters like the "RESULT_FIELDS" 
and "RESULT_HEADERS," but for WMS layers?

Thank you for this excellent framework!

Best regards!
Pedro

PS: It would be great to go updating the linux repositories with the latest 
versions of p.Mapper.






----- Original Message -----
From: Armin Burger 

Pedro

try to change the line 374 in incphp/query/squery.php

to
$wmsResultURL = $this->qLayer->getWMSFeatureInfoURL($this->x_pix, 
$this->y_pix, 10, "text/plain");

which was actually wrong, I corected it now in the SVN.

and see if it works. Check also the debug log for the outputs having 
lines with "dumpWMSQueryResults()" (see FAQ for debugging).

armin


_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to