bedatadriven/jackson-datatype-jts

3D geometries

Closed this issue · 2 comments

Are there plans to support 3D geometries (altitudes of Coordinates)? Both the PointParser and the GeometrySerializer's writePoint only support the x and y fields of a Coordinate. Would it be possible to include the z field (when populated) as well?

Would indeed be a very nice feature. See also the implementation for the LngLatAltDeserializer from geojson-jackson.

@wstoppler I believe this is resolved by 97a79d7