Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.
/ geojson Public archive

Allows reading GeoJSON using different projections – NOW PART OF JOSM CORE

License

Notifications You must be signed in to change notification settings

JOSM/geojson

Repository files navigation

josm-geojson

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

Travis CI build status

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 – NOW PART OF JOSM CORE

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published