Skip to content
forked from JOSM/geojson

Allows reading GeoJSON using different projections

License

Notifications You must be signed in to change notification settings

nrotstan/geojson

 
 

Repository files navigation

josm-geojson

A plugin for displaying geodata stored in a geojson format as a layer in JOSM.

Build

You need to have Java 8 or later installed.

Then run

  ./gradlew build

Run

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 different JOSM_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

Before developing in Eclipse

Run

  ./gradlew eclipse

Then import the project as "Already existing project" and all should be set up.

Have fun 👍 🎉

About

Allows reading GeoJSON using different projections

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%