-
Notifications
You must be signed in to change notification settings - Fork 7
/
wms.xml
51 lines (51 loc) · 1.61 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
44
45
46
47
48
49
50
51
<wms>
<id>wms</id>
<enabled>true</enabled>
<name>My GeoServer WMS</name>
<title>My GeoServer WMS</title>
<maintainer>http://jira.codehaus.org/secure/BrowseProject.jspa?id=10311</maintainer>
<abstrct>
This is a description of your Web Map Server.
</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>
<citeCompliant>false</citeCompliant>
<onlineResource>http://geoserver.org</onlineResource>
<schemaBaseURL>http://schemas.opengis.net</schemaBaseURL>
<verbose>false</verbose>
<metadata>
<entry key="svgAntiAlias">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>
<getFeatureInfoMimeTypeCheckingEnabled>false</getFeatureInfoMimeTypeCheckingEnabled>
<getMapMimeTypeCheckingEnabled>false</getMapMimeTypeCheckingEnabled>
<authorityURLs>
<AuthorityURL>
<name>GEOGIG_ENTRY_POINT</name>
<href>http://geogig.org</href>
</AuthorityURL>
</authorityURLs>
<maxBuffer>25</maxBuffer>
<maxRequestMemory>0</maxRequestMemory>
<maxRenderingTime>0</maxRenderingTime>
<maxRenderingErrors>0</maxRenderingErrors>
</wms>