wfs.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <wfs>
  2. <id>wfs</id>
  3. <enabled>true</enabled>
  4. <name>WFS</name>
  5. <title>GeoServer Web Feature Service</title>
  6. <internationalTitle/>
  7. <maintainer>http://geoserver.org/comm</maintainer>
  8. <abstrct>This is the reference implementation of WFS 1.0.0 and WFS 1.1.0, supports all WFS operations including Transaction.</abstrct>
  9. <internationalAbstract/>
  10. <accessConstraints>NONE</accessConstraints>
  11. <fees>NONE</fees>
  12. <versions>
  13. <org.geotools.util.Version>
  14. <version>1.0.0</version>
  15. </org.geotools.util.Version>
  16. <org.geotools.util.Version>
  17. <version>1.1.0</version>
  18. </org.geotools.util.Version>
  19. <org.geotools.util.Version>
  20. <version>2.0.0</version>
  21. </org.geotools.util.Version>
  22. </versions>
  23. <keywords>
  24. <string>WFS</string>
  25. <string>GEOSERVER</string>
  26. </keywords>
  27. <metadataLink/>
  28. <citeCompliant>false</citeCompliant>
  29. <onlineResource>http://geoserver.org</onlineResource>
  30. <schemaBaseURL>http://schemas.opengis.net</schemaBaseURL>
  31. <verbose>false</verbose>
  32. <metadata>
  33. <entry key="SHAPE-ZIP_DEFAULT_PRJ_IS_ESRI">false</entry>
  34. </metadata>
  35. <gml>
  36. <entry>
  37. <version>V_11</version>
  38. <gml>
  39. <srsNameStyle>URN</srsNameStyle>
  40. <overrideGMLAttributes>false</overrideGMLAttributes>
  41. </gml>
  42. </entry>
  43. <entry>
  44. <version>V_20</version>
  45. <gml>
  46. <srsNameStyle>URN2</srsNameStyle>
  47. <overrideGMLAttributes>false</overrideGMLAttributes>
  48. </gml>
  49. </entry>
  50. <entry>
  51. <version>V_10</version>
  52. <gml>
  53. <srsNameStyle>XML</srsNameStyle>
  54. <overrideGMLAttributes>true</overrideGMLAttributes>
  55. </gml>
  56. </entry>
  57. </gml>
  58. <serviceLevel>COMPLETE</serviceLevel>
  59. <maxFeatures>1000000</maxFeatures>
  60. <featureBounding>false</featureBounding>
  61. <canonicalSchemaLocation>false</canonicalSchemaLocation>
  62. <encodeFeatureMember>false</encodeFeatureMember>
  63. <hitsIgnoreMaxFeatures>false</hitsIgnoreMaxFeatures>
  64. <includeWFSRequestDumpFile>false</includeWFSRequestDumpFile>
  65. </wfs>