You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2021. It is now read-only.
When updating 3D geometries the WFS transaction needs to include the srsDimension="3" attribute. MapStore is also not sending the elevation coordinates.
To reproduce this issue just tried to edit a 3D geometry with MapStore feature editor.
When updating 3D geometries the WFS transaction needs to include the
srsDimension="3"
attribute. MapStore is also not sending the elevation coordinates.To reproduce this issue just tried to edit a 3D geometry with MapStore feature editor.
Currently MapStore is sending this POST data:
GeoServer will not accept the transaction request.
The correct POST data should be similar to this one:
This can be tried with CURL (add the correct authentication token):
The text was updated successfully, but these errors were encountered: