Opened 21 years ago

Closed 21 years ago

#476 closed defect (fixed)

GetFeatureInfo on GROUP layers

Reported by: assefa Owned by: assefa
Priority: high Milestone:
Component: WMS Server Version: 4.1
Severity: normal Keywords:
Cc:

Description

e-mail from : bartvde@xs4all.nl

I am trying to perform a GetFeatureInfo request on a group layer. But I
get back an error saying:

msWMSFeatureInfo(): WMS server error. Required QUERY_LAYERS parameter
missing for getFeatureInfo.

But this parameter is in my request, this is my request:

http://myserver/cgi-bin/mapserv_40.exe?map=/ms4w/apps/zeegras01/map/zeegras_server.map&SERVICE=WMS&VERSION=1.1.0&LAYERS=1997&QUERY_LAYERS=1997&FORMAT=image/png&TRANSPARENT=TRUE&srs=EPSG:28992&width=800&height=800&bbox=49000,395000,52000,398000&request=GetFeatureInfo&x=500&y=300

A GetMap request does work.

Does anybody have an idea what the problem could be?


 The GetFeatureInfo does not verify names using the group value but only using
the name of the layers.

Change History (3)

comment:1 by assefa, 21 years ago

Cc: morissette@… added
Summary: GetFeatureInfo on GROUP layersGetFeatureInfo on GROUP layers

comment:2 by dmorissette, 21 years ago

*** Bug 477 has been marked as a duplicate of this bug. ***

comment:3 by dmorissette, 21 years ago

Resolution: fixed
Status: newclosed
QUERY_LAYERS didn't take groups into account the way LAYERS does.  I have fixed
this in the latest (4.1) CVS.
Note: See TracTickets for help on using tickets.