Feature request #5892
Enhance the identify on WMS using GetFeatureInfo
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Web Services clients/WMS | ||
Pull Request or Patch supplied: | No | Resolution: | invalid |
Easy fix?: | No | Copied to github as #: | 15342 |
Description
(see also ticket #5887)
Actually qgis always call an identify on WMS using
INFO_FORMAT=text/plain
An useful enhanced should be add a properties at wms-layer-level settable from user to choose the format for the getfeatureinfo request.
The available values should be:
text/plain
text/xml
text/html
Related issues
History
#1 Updated by aperi2007 - over 12 years ago
I guess it should better if the choose was based on list of formats available from getcapabilities for that layer.
#2 Updated by Jürgen Fischer over 12 years ago
- Subject changed from Enhance che identify on WMS using GetFeatureInfo to Enhance the identify on WMS using GetFeatureInfo
aperi2007 - wrote:
I guess it should better if the choose was based on list of formats available from getcapabilities for that layer.
sure. joining with #5887
#3 Updated by aperi2007 - about 12 years ago
After some tests on getFeatureInfo.
Another good and useful format is GML.
It is useful because it allow to retrieve the geometry in a standard mode.
Also seem all the wms servers allow a GML output.
this is an example for an output GML.
Please notice it return a multipart http response where the first part is the XSD schema and the second part is the GML data.
So with an unique response it return the two files.
#4 Updated by Paolo Cavallini about 12 years ago
- Target version set to Version 2.0.0
#5 Updated by Pirmin Kalberer about 12 years ago
- Target version changed from Version 2.0.0 to Future Release - Nice to have
#6 Updated by aperi2007 - about 12 years ago
- Resolution set to invalid
- Status changed from Open to Closed
I close this ticket to open a new ticket with better explanation of what need.