-
Notifications
You must be signed in to change notification settings - Fork 0
/
wfs.xml
63 lines (63 loc) · 1.89 KB
/
wfs.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
52
53
54
55
56
57
58
59
60
61
62
63
<wfs>
<id>wfs</id>
<enabled>false</enabled>
<name>WFS</name>
<title>GeoServer Web Feature Service</title>
<maintainer>http://geoserver.org/comm</maintainer>
<abstrct>This is the reference implementation of WFS 1.0.0 and WFS 1.1.0, supports all WFS operations including Transaction.</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.0</version>
</org.geotools.util.Version>
<org.geotools.util.Version>
<version>2.0.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="SHAPE-ZIP_DEFAULT_PRJ_IS_ESRI">false</entry>
</metadata>
<gml>
<entry>
<version>V_20</version>
<gml>
<srsNameStyle>URN2</srsNameStyle>
<overrideGMLAttributes>false</overrideGMLAttributes>
</gml>
</entry>
<entry>
<version>V_11</version>
<gml>
<srsNameStyle>URN</srsNameStyle>
<overrideGMLAttributes>false</overrideGMLAttributes>
</gml>
</entry>
<entry>
<version>V_10</version>
<gml>
<srsNameStyle>XML</srsNameStyle>
<overrideGMLAttributes>true</overrideGMLAttributes>
</gml>
</entry>
</gml>
<serviceLevel>COMPLETE</serviceLevel>
<maxFeatures>1000000</maxFeatures>
<featureBounding>false</featureBounding>
<canonicalSchemaLocation>false</canonicalSchemaLocation>
<encodeFeatureMember>false</encodeFeatureMember>
<hitsIgnoreMaxFeatures>false</hitsIgnoreMaxFeatures>
</wfs>