geometry-api-java
geometry-api-java copied to clipboard
OperatorImportFromGeoJson cannot convert polygon with Z values
MapGeometry mapGeo = OperatorImportFromGeoJson.local().execute(GeoJsonImportFlags.geoJsonImportDefaults, Geometry.Type.Polygon, geojson, null);
Apparently, the z-values of the polygon in geojson are ignored
@Guy312 Could you provide a complete repro case with a geojson string? See TestImportExport.testImportGeoJsonMultiPolygon() for polygons with Zs.