https://github.com/osmlab/josm-atlas
JOSM Plugin to visualize Atlas data
https://github.com/osmlab/josm-atlas
Last synced: about 1 year ago
JSON representation
JOSM Plugin to visualize Atlas data
- Host: GitHub
- URL: https://github.com/osmlab/josm-atlas
- Owner: osmlab
- License: bsd-3-clause
- Created: 2017-08-08T23:37:09.000Z (almost 9 years ago)
- Default Branch: dev
- Last Pushed: 2020-10-29T16:59:09.000Z (over 5 years ago)
- Last Synced: 2025-06-07T20:09:17.963Z (about 1 year ago)
- Language: Java
- Size: 36.4 MB
- Stars: 14
- Watchers: 32
- Forks: 13
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# josm-atlas
[](https://travis-ci.org/osmlab/josm-atlas)
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
```bash
./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
```bash
./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
```bash
./gradlew build
```
to start a full build.
## Contributing
To contribute to the project, see the [contributing guidelines](https://github.com/osmlab/atlas/blob/dev/CONTRIBUTING.md)