bjornharrtell / jts2geojson

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

Add option to configure support for custom ObjectMapper's #23

Open amanbhurji opened 7 years ago

amanbhurji commented 7 years ago

Addresses issue#22

More direct option would be to allow manipulating the mapper from GeoJSONFactory instead of using a custom Config. However, I decided to add 1 level of custom api over exposing the Jackson internals directly since it was hidden from the entire API thus far.