Ticket #3635 (closed enhancement: fixed)
getFeatureInfo should return wms_title in GML
| Reported by: | stetou | Owned by: | mapserverbugs |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | WMS Server | Version: | 5.6 |
| Severity: | normal | Keywords: | getFeatureInfo |
| Cc: | assefa, tomkralidis |
Description
The GML response contains the layer name which is often useless for the user. wms_layername can be used in the METADATA but it can not have spaces since it will be an XML tag. Also, wms_layername must end with "_layer" in order to be interpreted by Openlayers read_msGMLOutput format.
I think wms_title value should be returned somehow in the GML. This string is often much more significative to the enduser than the layer name.
GetCapabilities? returns the name and the wms_title. GetFeatureInfo? should return that as well. Steve
Change History
Note: See
TracTickets for help on using
tickets.
