Re: [pmapper-users] raster pixel query/identify

2011-07-11 Thread Armin Burger
On 11/07/2011 21:27, Pedro Venâncio wrote: > Just another small question, there are some parameters like the > "RESULT_FIELDS" and "RESULT_HEADERS," but for WMS layers? for WMS layers these metadata are not taken into account. In principal they could. But so far WMS layers are treated somehow

Re: [pmapper-users] raster pixel query/identify

2011-07-11 Thread Pedro Venâncio
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?";   CONNEC

Re: [pmapper-users] raster pixel query/identify

2011-07-11 Thread 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

Re: [pmapper-users] raster pixel query/identify

2011-07-10 Thread Pedro Venâncio
Hello all, I'm having trouble using the Identify tool with WMS layers. With raster layers on local files (tiff), the tool works as expected, but in case of WMS layers, I can not get any results to Identify (GetFeatureInfo). I have tried various options based on pmapper_demo_dev.map, but no resu

Re: [pmapper-users] raster pixel query/identify

2011-06-27 Thread Armin Burger
> Sent: Saturday, June 25, 2011 5:09 AM > To: pmapper-users@lists.sourceforge.net > Subject: Re: [pmapper-users] raster pixel query/identify > > see > > http://svn.pmapper.net/trac/browser/trunk/pmapper/config/dev/pmapper_demo_de > v.map > > and > > http://mapser

Re: [pmapper-users] raster pixel query/identify

2011-06-27 Thread Matt Doggett
can correct in p.mapper code somewhere? Matt -Original Message- From: Armin Burger [mailto:armin.bur...@gmail.com] Sent: Saturday, June 25, 2011 5:09 AM To: pmapper-users@lists.sourceforge.net Subject: Re: [pmapper-users] raster pixel query/identify see http://svn.pmapper.net/trac

Re: [pmapper-users] raster pixel query/identify

2011-06-25 Thread Armin Burger
see http://svn.pmapper.net/trac/browser/trunk/pmapper/config/dev/pmapper_demo_dev.map and http://mapserver.org/input/raster.html#raster-query armin On 25/06/2011 00:37, Matt Doggett wrote: > How can I query/identify the pixel/cell value of a raster at the location of > mouse click? I've searc

[pmapper-users] raster pixel query/identify

2011-06-24 Thread Matt Doggett
How can I query/identify the pixel/cell value of a raster at the location of mouse click? I've searched online and have found vague older references to a pmapper_demo_dev.map and a "corine" layer (which apparently doesn't exist anymore) that demonstrates how to use metadata tags for use with raste