forked from tschaub/suite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wms.xml
43 lines (43 loc) · 1.64 KB
/
wms.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<wms>
<id>wms</id>
<enabled>true</enabled>
<name>WMS</name>
<title>GeoServer Web Map Service</title>
<maintainer>http://boundlessgeo.com/about/contact-us/customer-support/</maintainer>
<abstrct>Web Map Service for map access implementing WMS 1.1.1 and WMS 1.3.0. Dynamic styling provided by the SLD 1.0 extension with partial support for SE 1.1. Additional formats can be generated including PDF, SVG, KML, GeoRSS. Vendor options available for customization including CQL_FILTER.</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://boundlessgeo.com/solutions/solutions-software/geoserver/</onlineResource>
<schemaBaseURL>http://schemas.opengis.net</schemaBaseURL>
<verbose>false</verbose>
<metadata>
<entry key="svgAntiAlias">true</entry>
<entry key="GWC_WMS_Integration">true</entry>
<entry key="svgRenderer">Batik</entry>
</metadata>
<watermark class="org.geoserver.wms.WatermarkInfoImpl">
<enabled>false</enabled>
<position>BOT_RIGHT</position>
<transparency>0</transparency>
</watermark>
<interpolation>Nearest</interpolation>
<maxBuffer>25</maxBuffer>
<maxRequestMemory>0</maxRequestMemory>
<maxRenderingTime>0</maxRenderingTime>
<maxRenderingErrors>0</maxRenderingErrors>
</wms>