-
Notifications
You must be signed in to change notification settings - Fork 5
/
wcs.xml
41 lines (41 loc) · 1.23 KB
/
wcs.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
<wcs>
<id>wcs</id>
<enabled>true</enabled>
<name>My GeoServer WCS</name>
<title>My GeoServer WCS</title>
<maintainer>http://jira.codehaus.org/secure/BrowseProject.jspa?id=10311</maintainer>
<abstrct>
This is a description of your Web Coverage Server.
</abstrct>
<accessConstraints>NONE</accessConstraints>
<fees>NONE</fees>
<versions>
<org.geotools.util.Version>
<version>1.0.0</version>
</org.geotools.util.Version>
<org.geotools.util.Version>
<version>1.1.1</version>
</org.geotools.util.Version>
<org.geotools.util.Version>
<version>2.0.1</version>
</org.geotools.util.Version>
</versions>
<keywords>
<string>WCS</string>
<string>WMS</string>
<string>GEOSERVER</string>
</keywords>
<metadataLink>
<type>undef</type>
<about>http://geoserver.sourceforge.net/html/index.php</about>
<metadataType>other</metadataType>
</metadataLink>
<citeCompliant>false</citeCompliant>
<onlineResource>http://geoserver.org</onlineResource>
<schemaBaseURL>http://schemas.opengis.net</schemaBaseURL>
<verbose>false</verbose>
<gmlPrefixing>false</gmlPrefixing>
<latLon>false</latLon>
<maxInputMemory>0</maxInputMemory>
<maxOutputMemory>0</maxOutputMemory>
</wcs>