bjornharrtell / jts2geojson

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

Fixes conflicting property-based creators error #12

Closed jeffreyeriksondg closed 8 years ago

jeffreyeriksondg commented 8 years ago

Removing the overloaded constructors with the bbox property in them appears to fix the error. I've added test cases for the various geometries.

Please let me know if anything should be expanded or you'd like any other changes.