JOSM / geojson

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

Make building with Gradle easier by using the gradle-josm-plugin #9

Closed floscher closed 7 years ago

floscher commented 7 years ago

No need for copying files around anymore, simply run ./gradlew runJosm in order to test the current state of the plugin.

This makes use of the gradle-josm-plugin, which makes e.g. starting up JOSM with the plugin loaded much easier (simply run ./gradlew runJosm, that's it).

The Ant build should work as before, the only thing I changed there is that the Ant properties are now loaded from the file gradle.properties.

If you want to know more about this or do something differently, I'd be glad to explain or adjust this PR.