geometry-api-java icon indicating copy to clipboard operation
geometry-api-java copied to clipboard

OperatorImportFromGeoJson cannot convert polygon with Z values

Open Guy312 opened this issue 7 years ago • 1 comments

MapGeometry mapGeo = OperatorImportFromGeoJson.local().execute(GeoJsonImportFlags.geoJsonImportDefaults, Geometry.Type.Polygon, geojson, null);

Apparently, the z-values of the polygon in geojson are ignored

Guy312 avatar Apr 04 '17 13:04 Guy312

@Guy312 Could you provide a complete repro case with a geojson string? See TestImportExport.testImportGeoJsonMultiPolygon() for polygons with Zs.

stolstov avatar Apr 04 '17 14:04 stolstov