JOSM MapWithAI Plugin
Go to file
Taylor Smock 808623d727 JUnit4 -> JUnit5
* 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>
2020-11-12 15:17:11 -07:00
.gitlab
.settings
config
gh-pages
gradle/wrapper
src/main JUnit4 -> JUnit5 2020-11-12 15:17:11 -07:00
test JUnit4 -> JUnit5 2020-11-12 15:17:11 -07:00
.classpath FIXUP: Don't show preview data sets when expert mode is not checked 2020-10-07 07:27:58 -06:00
.gitignore
.gitlab-ci.yml FIXUP: Update lsif due to indexer dropping flag 2020-10-07 08:45:56 -06:00
.project
LICENSE
README.md
build.gradle FIXUP: Update old versions 2020-11-12 09:51:12 -07:00
build.xml
codecov.yml
gradle.properties FIXUP: Don't show preview data sets when expert mode is not checked 2020-10-07 07:27:58 -06:00
gradlew
gradlew.bat
ivy.xml

README.md

JOSM MapWithAI Plugin (formerly RapiD Plugin)

pipeline status code coverage license

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)