Skip to content

don-vip/josm-geojson

This branch is 1 commit behind Larry0ua/josm-geojson:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b2685f7 · Jun 19, 2016

History

39 Commits
Jul 29, 2015
Jun 19, 2016
Jun 24, 2015
Aug 19, 2015
Nov 21, 2013
Nov 10, 2015
Jun 19, 2016
Jul 13, 2015
Nov 9, 2015
Nov 8, 2015
Nov 8, 2015
Aug 19, 2015

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%