- Notifications
You must be signed in to change notification settings - Fork10
Allows reading GeoJSON using different projections – NOW PART OF JOSM CORE
License
JOSM/geojson
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A plugin for displaying geodata stored in ageojson format as a layer in JOSM.
You need to have Java 8 or later installed.
Then run
./gradlew build
Run
./gradlew runJosm
You do not need to build first, Gradle will check if you already built the current state of the source code and if not, it will build it for you on the fly.
You also do not need to have JOSM installed. The version of JOSM that is firing up is independent of any installed JOSM versions and uses a differentJOSM_HOME
directory than other JOSM installations.
To open a*.json
or*.geojson
file, File > Open, select the file, and to make the list appear, click Windows > Geojson
Run
./gradlew eclipse
Then import the project as "Already existing project" and all should be set up.
Have fun 👍 🎉