opendatalab-de / geojson-jackson

GeoJson POJOs for Jackson - serialize and deserialize objects with ease
http://blog.opendatalab.de
Apache License 2.0
263 stars 94 forks source link

Add fix to LngLatAlt deserilizer for mongo #31

Closed Babbleshack closed 7 years ago

Babbleshack commented 7 years ago

Adds a third case statement encase the json string contains string coordinate values instead of a double

Fix for issue #28