JOSM / geojson

Allows reading GeoJSON using different projections – NOW PART OF JOSM CORE
Apache License 2.0
13 stars 10 forks source link

Make jsonp dependencies compileOnly #19

Closed jreijn closed 6 years ago

jreijn commented 6 years ago

I'm not that experienced with Gradle, but this seems to work.

don-vip commented 6 years ago

Neither am I. @floscher is it the correct way to do it?

floscher commented 6 years ago

@jreijn @don-vip Because jsonp is included in JOSM itself, the dependency can be removed completely. See https://github.com/JOSM/geojson/commit/8152cc39346343d39b837d2f8a9a392b64670db7 .

Thank you for your work on this!