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
- Host: GitHub
- URL: https://github.com/josm/openqa
- Owner: JOSM
- License: gpl-2.0
- Created: 2022-10-24T21:55:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T15:35:20.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T12:46:51.027Z (about 1 year ago)
- Topics: josm, josm-plugin, openstreetmap, validation
- Language: Java
- Homepage: https://josm.openstreetmap.de/newticket?component=Plugin+openqa
- Size: 560 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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".