Open ctytgat opened 7 months ago
Reading geojson with coordinates of dimension 4 does not preserve the measure ordinate.
GeoJsonReader uses the default CoordinateArraySequence() constructor, which sets dimension = 3 and measures = 0.
The same goes for GeoJsonWriter. It would be nice if support for measures could be added...
Reading geojson with coordinates of dimension 4 does not preserve the measure ordinate.
GeoJsonReader uses the default CoordinateArraySequence() constructor, which sets dimension = 3 and measures = 0.
The same goes for GeoJsonWriter. It would be nice if support for measures could be added...