bjornharrtell / jts2geojson

JTS from/to GeoJSON converter for Java
MIT License
138 stars 56 forks source link

GeoJSONFactory now supports parsing features with null geometries #21

Closed amanbhurji closed 7 years ago

amanbhurji commented 7 years ago

This PR addresses Issue#20

Features with null geometries can be deserialized successfully. GeoJSON with no "type" at the top level still retain existing behaviour of throwing a NullPointerException when parsed.

amanbhurji commented 7 years ago

@bjornharrtell That was really quick! Thanks.

Any idea when I can expect the new release to be available?

bjornharrtell commented 7 years ago

No problem. You are in luck, I've tagged 0.11.0 and pushed to Maven Central. Should be there within a day.