Hi, I want to limit output formats - actually to keep mostly GML for INSPIRE service. For some themes I can't use for example shape files. Right now I have this set:
<ows:Parameter name="outputFormat"> <ows:AllowedValues> <ows:Value>application/gml+xml; version=3.2</ows:Value> <ows:Value>GML2</ows:Value> <ows:Value>KML</ows:Value> <ows:Value>SHAPE-ZIP</ows:Value> <ows:Value>application/json</ows:Value> <ows:Value>application/vnd.google-earth.kml xml</ows:Value> <ows:Value>application/vnd.google-earth.kml+xml</ows:Value> <ows:Value>csv</ows:Value> <ows:Value>gml3</ows:Value> <ows:Value>gml32</ows:Value> <ows:Value>json</ows:Value> <ows:Value>text/xml; subtype=gml/2.1.2</ows:Value> <ows:Value>text/xml; subtype=gml/3.1.1</ows:Value> <ows:Value>text/xml; subtype=gml/3.2</ows:Value> </ows:AllowedValues> </ows:Parameter> How to remove from the Capabilities shape and KML formats? I think there should be a way to modify that - but I was not able to find that in docs... could be I was looking in wrong place. Thanks Michal -- Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Geoserver-users mailing list Please make sure you read the following two resources before posting to this list: - Earning your support instead of buying it, but Ian Turton: http://www.ianturton.com/talks/foss4g.html#/ - The GeoServer user list posting guidelines: http://geoserver.org/comm/userlist-guidelines.html If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
