Maps4HTML / geoserver

Maps for HTML MapML Extension / plug-in development fork of GeoServer
https://docs.geoserver.org/latest/en/user/extensions/mapml/index.html
Other
3 stars 1 forks source link

Add / change the default `<map-geometry cs="p|gcrs">` to include the correct `cs` attribute and value #57

Closed prushforth closed 1 year ago

prushforth commented 1 year ago

Currently, getFeatureInfo returns coordinates in projected CRS values. It should identify what the coordinate system is via the \ attribute, because the default value in the client is always gcrs, so if the feature coordinates returned are projected, the feature doesn't render correctly.

prushforth commented 1 year ago

In fact, this was a bug in the client. The GetFeatureInfo response was correctly serializing a \\, but that was being ignored.