-
-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for GeoJSON as output format for WFS (as part of OGC WFS 3.0) #849
Comments
As part of OGC Testbed 14 the work will be continued on the WFS 3.0 spec. WFS3.0: Next Generation OGC RESTful Web service interfaces will accept GeoJSON as a geospatial data interchange format. This feature will enable GeoJSON as output format. Further enhancements are needed to enable full WFS 3.0 support in deegree Web Feature Service. References: |
Down the line, for INSPIRE compliant services support, use of WFS 3 with GeoJSON only will be a problem. Because GeoJSON only supports one projection system, which is the equivalent of urn:ogc:def:crs:OGC::CRS84 and INSPIRE mandates ETRS89. |
Support for Json/GeoJson will be available with 3.5 line. |
PR #1164 was merged into main for 3.5 line. |
WFS shall support GeoJSON as output format.
outputFormat=application/geo+json
as specified in RFC 7946, see http://geojson.org for more information.The text was updated successfully, but these errors were encountered: