-
Notifications
You must be signed in to change notification settings - Fork 0
/
wcs.xml
39 lines (39 loc) · 1.3 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
<wcs>
<id>wcs</id>
<enabled>false</enabled>
<name>WCS</name>
<title>Web Coverage Service</title>
<maintainer>http://geoserver.org/comm</maintainer>
<abstrct>This server implements the WCS specification 1.0 and 1.1.1, it's reference implementation of WCS 1.1.1. All layers published by this service are available on WMS also.</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>