123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <wfs>
- <id>wfs</id>
- <enabled>true</enabled>
- <name>My GeoServer WFS</name>
- <title>My GeoServer WFS</title>
- <maintainer>http://geoserver.org/comm</maintainer>
- <abstrct>This is a description of your Web Feature Server.
- 
- The GeoServer is a full transactional Web Feature Server, you may wish to limit
- GeoServer to a Basic service level to prevent modificaiton of your geographic
- data.</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>
- <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>URL</srsNameStyle>
- <overrideGMLAttributes>false</overrideGMLAttributes>
- </gml>
- </entry>
- <entry>
- <version>V_20</version>
- <gml>
- <srsNameStyle>URL</srsNameStyle>
- <overrideGMLAttributes>false</overrideGMLAttributes>
- </gml>
- </entry>
- <entry>
- <version>V_10</version>
- <gml>
- <srsNameStyle>XML</srsNameStyle>
- <overrideGMLAttributes>false</overrideGMLAttributes>
- </gml>
- </entry>
- </gml>
- <serviceLevel>BASIC</serviceLevel>
- <maxFeatures>1000000</maxFeatures>
- <featureBounding>false</featureBounding>
- <canonicalSchemaLocation>true</canonicalSchemaLocation>
- <encodeFeatureMember>true</encodeFeatureMember>
- <hitsIgnoreMaxFeatures>false</hitsIgnoreMaxFeatures>
- </wfs>
|