Skip to content
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

Add GeoJSON as new output format for WMS GetFeatureInfo (3.6) #1623

Merged

Conversation

lgoltz
Copy link
Contributor

@lgoltz lgoltz commented Jan 9, 2024

Example configuration:

<wms:GetFeatureInfoFormat>
  <wms:GeoJSON allowOtherCrsThanWGS84="true" allowExportOfGeometries="true" />
  <wms:Format>application/geojson</wms:Format>
</wms:GetFeatureInfoFormat>

Query Parameters:

  • GEOMETRIES=true to export geometries (if allowExportOfGeometries="true")
  • INFO_CRS=EPSG:25832 to set the CRS of the geometries in the response (if allowOtherCrsThanWGS84="true")

Fixes #1582

@lgoltz lgoltz added feature feature WMS deegree Web Map Service labels Jan 9, 2024
@lgoltz lgoltz added this to the 3.6 milestone Jan 9, 2024
Copy link
Member

@stephanr stephanr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comments above

@stephanr stephanr merged commit 932a602 into deegree:main Jan 24, 2024
@tfr42 tfr42 changed the title Add GeoJSON as GetFeatureInfoFormat (deegree 3.6) Add GeoJSON as new output format for WMS GetFeatureInfo (deegree 3.6) Mar 27, 2024
@tfr42 tfr42 changed the title Add GeoJSON as new output format for WMS GetFeatureInfo (deegree 3.6) Add GeoJSON as new output format for WMS GetFeatureInfo (3.6) Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature feature WMS deegree Web Map Service
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Json output format to WMS GetFeatureInfo
4 participants