| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <wfs>
- <id>wfs</id>
- <enabled>true</enabled>
- <name>WFS</name>
- <title>GeoServer Web Feature Service</title>
- <internationalTitle/>
- <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>
- <internationalAbstract/>
- <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>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_11</version>
- <gml>
- <srsNameStyle>URN</srsNameStyle>
- <overrideGMLAttributes>false</overrideGMLAttributes>
- </gml>
- </entry>
- <entry>
- <version>V_20</version>
- <gml>
- <srsNameStyle>URN2</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>
- <includeWFSRequestDumpFile>false</includeWFSRequestDumpFile>
- </wfs>
|