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
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
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
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
> 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
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
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
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