Ticket #3258 (assigned defect)
GetFeatureInfo on a GROUP of layers should skip non queryable layers instead of producing exception
| Reported by: | dmorissette | Owned by: | dmorissette |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.0 release |
| Component: | WMS Server | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: | assefa, aboudreault, jlacroix, tomkralidis |
Description
At the moment, if we do a GetFeatureInfo? on a GROUP of layers in which at least one of the layers is not queryable, we get the following exception:
msWMSFeatureInfo(): WMS server error. Requested layer(s) are not queryable.
It would help if we could just skip the non-queryable layers that are part of a group. This would allow things like scale-dependent layers that are grouped together for presentation to have a single queryable layer for the whole group. I don't think the WMS specification forbids that, does it?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

