Skip to content

Larry0ua/josm-geojson

 
 

Repository files navigation

josm-geojson

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

Status

Build

Create a lib folder

mkdir lib/

Download josm and dependent plugins

gradle dependencies

Build

gradle clean build

Run

Depending on the JOSM version used...

Before:

cp build/libs/josm-geojson-0.0.0-SNAPSHOT.jar ~/.josm/plugins/geojson.jar

After:

cp build/libs/josm-geojson-0.0.0-SNAPSHOT.jar ~/Library/JOSM/plugins/geojson.jar

And Josm should pick up the plugin at startup.

To Activate it, Josm Preferences > Plugins > Search geojson > Click the check box > Ok.

To open a *.json or *.geojson file, File > Open, select the file, and to make the list appear, click Windows > Geojson

About

A JOSM plugin to view GeoJSON.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.8%
  • Shell 1.2%