mapcache icon indicating copy to clipboard operation
mapcache copied to clipboard

Add text/html format to GetFeatureInfo capabilities in the WMS

Open samtux opened this issue 7 years ago • 2 comments

Is it possible to add more formats to the GetFeatureInfo capabilities in the WMS service, e.g. text/html?

The response is always limited to the default formats (text/plain, application/vnd.ogc.gml), without taking the source settings.

<GetFeatureInfo>
  <Format>text/plain</Format>
  <Format>application/vnd.ogc.gml</Format>
  <DCPType>
    <HTTP>
      <Get>
         <OnlineResource xlink:href="http://visorgeo.ambientebogota.gov.co/mapcache/?"/>
      </Get>
    </HTTP>
  </DCPType>
</GetFeatureInfo>

samtux avatar Oct 26 '18 18:10 samtux

Was this taken care? I'm having problems with this, the mapcache only allows this formats?

carekapt avatar Sep 11 '20 14:09 carekapt

No, not yet. Unfortunatelly resources are scarce on MapCache to address all open issues. Help is greatly appreciated.

jbo-ads avatar Sep 14 '20 07:09 jbo-ads