bjornharrtell / jts2geojson

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

add posibility to use a custom GeometryFactory while reading JTS geometries from GeoJSON #29

Closed patzi closed 5 years ago

patzi commented 5 years ago

I added the methods including shortcuts as discussed in https://github.com/bjornharrtell/jts2geojson/issues/28#issuecomment-429222410 following Test cases are included for Point and MultiPoint, more are on the way when I have some free time again. Closes #28

bjornharrtell commented 5 years ago

Looks nice, thanks.