bjornharrtell / jts2geojson

JTS from/to GeoJSON converter for Java
MIT License
141 stars 57 forks source link

Conflicting property-based creators #8

Closed bjornharrtell closed 8 years ago

bjornharrtell commented 8 years ago

I'm getting the following problem when trying to deserialise:

com.fasterxml.jackson.databind.JsonMappingException: Conflicting property-based creators: already had explicitly marked [constructor for org.wololo.geojson.LineString,

I suspect the introduction of multiple JsonCreator constructors.

bjornharrtell commented 8 years ago

The multiple JsonCreator was introduced with #6.

jeffreyeriksondg commented 8 years ago

I've taken the liberty of submitting a pull request with a fix for this: #12

Please let me know if you'd like any more info or have any comments on the PR. Thanks!

bjornharrtell commented 8 years ago

Thanks for the fix, #12 is now merged.