An open API service indexing awesome lists of open source software.

https://github.com/josm/openqa

Use KeepRight and Osmose errors in JOSM
https://github.com/josm/openqa

josm josm-plugin openstreetmap validation

Last synced: about 1 year ago
JSON representation

Use KeepRight and Osmose errors in JOSM

Awesome Lists containing this project

README

          

README
======
The author of OpenQA is Taylor Smock .

OpenQA is a plugin designed to take various QA systems for OpenStreetMap and integrate them with JOSM.
OpenQA currently only supports KeepRight and Osmose.

OpenQA is licensed under the GPL v2 or later, due to copying CachedFile from JOSM.

# Building
## Gradle
`./gradlew clean build`
## Ant
For `ant`, you *must* have cloned this repository into the JOSM plugin directory.

See [https://josm.openstreetmap.de/wiki/Source%20code#Getthesource](https://josm.openstreetmap.de/wiki/Source%20code#Getthesource).
Specifically, you want the url that indicates "you're also interested in plugins".