This PR adds infoFormats as a property to the capabilities model. infoFormats are derived from the WMS GetFeatureInfo formats list and provide a list of formats (MIME types) that can be used in GetFeatureInfo requests.
This has been added to the GenericEndpointInfo class, however, this list is only retrieved in WMS scenarios, so this may not be the right place. Happy to take suggestions on a more appropriate place for this.
This PR adds
infoFormats
as a property to the capabilities model.infoFormats
are derived from the WMS GetFeatureInfo formats list and provide a list of formats (MIME types) that can be used in GetFeatureInfo requests.This has been added to the
GenericEndpointInfo
class, however, this list is only retrieved in WMS scenarios, so this may not be the right place. Happy to take suggestions on a more appropriate place for this.