wfs.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <wfs>
  2. <id>wfs</id>
  3. <enabled>true</enabled>
  4. <name>My GeoServer WFS</name>
  5. <title>My GeoServer WFS</title>
  6. <maintainer>http://geoserver.org/comm</maintainer>
  7. <abstrct>
  8. This is a description of your Web Feature Server.
  9. The GeoServer is a full transactional Web Feature Server, you may wish to limit
  10. GeoServer to a Basic service level to prevent modificaiton of your geographic
  11. data.
  12. </abstrct>
  13. <accessConstraints>NONE</accessConstraints>
  14. <fees>NONE</fees>
  15. <versions>
  16. <org.geotools.util.Version>
  17. <version>1.0.0</version>
  18. </org.geotools.util.Version>
  19. <org.geotools.util.Version>
  20. <version>1.1.0</version>
  21. </org.geotools.util.Version>
  22. </versions>
  23. <keywords>
  24. <string>WFS</string>
  25. <string>WMS</string>
  26. <string>GEOSERVER</string>
  27. </keywords>
  28. <citeCompliant>false</citeCompliant>
  29. <onlineResource>http://geoserver.org</onlineResource>
  30. <schemaBaseURL>http://schemas.opengis.net</schemaBaseURL>
  31. <verbose>false</verbose>
  32. <gml>
  33. <entry>
  34. <org.geoserver.wfs.WFSInfo_-Version>V_11</org.geoserver.wfs.WFSInfo_-Version>
  35. <org.geoserver.wfs.GMLInfoImpl>
  36. <srsNameStyle>URN</srsNameStyle>
  37. </org.geoserver.wfs.GMLInfoImpl>
  38. </entry>
  39. <entry>
  40. <org.geoserver.wfs.WFSInfo_-Version>V_10</org.geoserver.wfs.WFSInfo_-Version>
  41. <org.geoserver.wfs.GMLInfoImpl>
  42. <srsNameStyle>XML</srsNameStyle>
  43. </org.geoserver.wfs.GMLInfoImpl>
  44. </entry>
  45. </gml>
  46. <serviceLevel>COMPLETE</serviceLevel>
  47. <maxFeatures>1000000</maxFeatures>
  48. <featureBounding>false</featureBounding>
  49. </wfs>