mapcentia / geocloud2

The GC2 framework helps you build a spatial data infrastructure quickly and easily. Powered using open source components for a scalable solution focused on freedom rather than fees.
https://www.osgeo.org/projects/gc2-vidi/
GNU Affero General Public License v3.0
148 stars 67 forks source link

WFS-T implementation erronous dimensions #109

Closed giovanniborella closed 2 years ago

giovanniborella commented 2 years ago

We're currently experiencing some oddities when requesting 3D features through WFS endpoint.

When adding the endpoint to qgis, the order of coordinates is misinterpreted, with the Z-coordinate beeing set as the next vertex' X-coordinate. Resulting in less than logical geometry. See attached images:

billede

billede

The same tables, through OWS endpoint apper fine.

mapcentia commented 2 years ago

I guess it's because the gml:posList lacks dimension attribute

mapcentia commented 2 years ago

Fixed in bc3c4cd