Skip to content

osmlab/josm-atlas

Repository files navigation

josm-atlas

Build Status

This is a plugin for JOSM that allows .atlas files to be opened and visualized.

You must be on JOSM v12712 or later for the latest build to work.

Installation

Each time you run

./gradlew installPlugin

the plugin is built if needed. The resulting *.jar file is activated for your already installed JOSM instance. This task then fires up that JOSM instance and you can use the plugin right away.

After that you can start JOSM however you want, the plugin will still be installed. You'd only have to repeat this, when you want to later update to a newer version of the plugin.

Development

Launch a clean JOSM instance

When you run

./gradlew runJosm

a clean JOSM instance is fired up containing only the josm-atlas plugin.

You do not have to have JOSM already installed for this: Gradle will download a JOSM executable and run that.

A new JOSM_HOME directory is created (separate from any existing ones). It persists between calls to this task, but can be cleared using the cleanJosm task.

Build

Run

./gradlew build

to start a full build.

Contributing

To contribute to the project, see the contributing guidelines

About

JOSM Plugin to visualize Atlas data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published