kopia lustrzana https://github.com/JOSM/MapWithAI
![]() * Fix an NPE, doesn't fix root issue * Add tag for command tests * Add annotations for specific types of tests. There is now an annotation for slow tests, tests that affect other tests, and tests that are affected by other tests. In the event that a wounded test (test affected by another test) is fixed, it may have its wounded annotation removed. Under no circumstances should the test that affects another test have its bleed annotation removed, since it may cause other tests to fail in the future. When a wounded annotation is added or removed, it should have a reference to the test that is wounding it. * Add documentation on why tests may be failing * Add a wiremock response transformer This ensures that any URL's in the response are also mocked (or fails the test). I also fixed a listener bug for MapWithAILayerInfo. Signed-off-by: Taylor Smock <taylor.smock@kaart.com> |
||
---|---|---|
.gitlab | ||
.settings | ||
config | ||
gh-pages | ||
gradle/wrapper | ||
src/main | ||
test | ||
.classpath | ||
.gitignore | ||
.gitlab-ci.yml | ||
.project | ||
LICENSE | ||
README.md | ||
build.gradle | ||
build.xml | ||
codecov.yml | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
ivy.xml |
README.md
JOSM MapWithAI Plugin (formerly RapiD Plugin)
This plugin brings MapWithAI information into JOSM.
Installation
To use this plugin, install JOSM and then in the preferences menu install the MapWithAI plugin
How to use the plugin
See the wiki page.
Information
Contributing
- The source code is hosted on GitLab.
- Issues are managed in GitLab
- Translations are not currently done.
Authors
- Taylor Smock (taylor.smock)
License
GPLv2 or later (same as JOSM)