For MapML client proxy, allow GetFeatureInfo to be directed locally and transformed from application/vnd.ogc.gml
to text/mapml
#79
Labels
application/vnd.ogc.gml
to text/mapml
#79
Currently the generated <map-link rel="query" tref="https://mapserver.example.org/wms_cgi?request=GetFeatureInfo&...&info_format=text/plain"> is fully directed by default at the remote WMS, using the
info_format=text/plain
GetFeatureInfo parameter by default, since it's unlikely that the remote WMS supportstext/mapml
yet.There should be a way to obtain the MapML response containing a <map-link rel="query" tref="https://my-geoserver.example.net/geoserver/.../?request=GetFeatureInfo&info_format=text/mapml...">
This could be done via a checkbox in the MapML layer Publishing panel, and it could be represented dynamically via a format_options mapml query link control parameter (name tbd).
The text was updated successfully, but these errors were encountered: