-
-
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
Add support for Json output format to WMS GetFeatureInfo #1582
Comments
Any ideas how to enable GeoJSON as output format? GeoJSON does not require a File, XSLTFile and Serializer [1]. Simple proposal:
[1] https://schemas.deegree.org/services/wms/3.4.0/wms_configuration.xsd |
Looks great! A few suggestions:
|
I think it might also make sense to align the configuration with the WFS configuration, as i think deegree supports also outputting geomtries as well, with a vendor-specific parameter. Line 173 in 1fbb503
|
…portOfGeometries of GeoJson GFI output
…xportOfGeometries of GeoJson GFI output
deegree WMS GetFeatureInfo operation shall support for Json/GeoJson as output format.
The text was updated successfully, but these errors were encountered: