Skip to content

Instantly share code, notes, and snippets.

@arbakker
Created September 16, 2016 09:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arbakker/c9ca04dc5c2d9b1c9b697329fda7ef50 to your computer and use it in GitHub Desktop.
Save arbakker/c9ca04dc5c2d9b1c9b697329fda7ef50 to your computer and use it in GitHub Desktop.
GeoServer WMS settings configuration file.
<wms>
<id>WMSInfoImpl--6d507638:13a005ea3a2:-7ff3</id>
<workspace>
<id>WorkspaceInfoImpl--570ae188:124761b8d78:-7ff3</id>
</workspace>
<enabled>true</enabled>
<name>WMS</name>
<title>GeoServer Web Map Service</title>
<maintainer>http://geoserver.org/comm</maintainer>
<abstrct>A compliant implementation of WMS plus most of the SLD extension (dynamic styling). Can also generate PDF, SVG, KML, GeoRSS</abstrct>
<accessConstraints>NONE</accessConstraints>
<fees>NONE</fees>
<versions>
<org.geotools.util.Version>
<version>1.1.1</version>
</org.geotools.util.Version>
<org.geotools.util.Version>
<version>1.3.0</version>
</org.geotools.util.Version>
</versions>
<keywords>
<string>WFS</string>
<string>WMS</string>
<string>GEOSERVER</string>
</keywords>
<metadataLink/>
<citeCompliant>false</citeCompliant>
<onlineResource>http://geoserver.org</onlineResource>
<schemaBaseURL>http://schemas.opengis.net</schemaBaseURL>
<verbose>false</verbose>
<metadata>
<entry key="svgRenderer">Batik</entry>
<entry key="svgAntiAlias">true</entry>
</metadata>
<bboxForEachCRS>false</bboxForEachCRS>
<watermark>
<enabled>false</enabled>
<position>BOT_RIGHT</position>
<transparency>0</transparency>
</watermark>
<interpolation>Nearest</interpolation>
<getFeatureInfoMimeTypeCheckingEnabled>false</getFeatureInfoMimeTypeCheckingEnabled>
<getMapMimeTypeCheckingEnabled>false</getMapMimeTypeCheckingEnabled>
<maxBuffer>25</maxBuffer>
<maxRequestMemory>65536</maxRequestMemory>
<maxRenderingTime>60</maxRenderingTime>
<maxRenderingErrors>1000</maxRenderingErrors>
</wms>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment