JOSM MapWithAI Plugin
Go to file
Taylor Smock f8723d9db4
ESRISourceReader: Directly submit ForkJoinTasks to safe ForkJoinPool
This fixes JOSM #22077, which was caused by ForkJoinTask#fork submitting
the task to ForkJoinPool#commonPool, when not called inside a
ForkJoinPool. This is problematic under WebStart.

Signed-off-by: Taylor Smock <tsmock@fb.com>
2022-05-18 08:25:40 -06:00
.gitlab Add CODEOWNERS and a bug template 2019-12-16 13:58:08 -07:00
.settings Add test for getting missing primitives 2019-10-03 15:08:00 -06:00
config Add formatting file for spotless (follows JOSM's rules) 2020-04-21 13:17:35 -06:00
gh-pages Initial commit 2019-09-14 08:25:04 -06:00
gradle/wrapper Dependency updates 2022-05-12 13:03:18 -06:00
src ESRISourceReader: Directly submit ForkJoinTasks to safe ForkJoinPool 2022-05-18 08:25:40 -06:00
.classpath FIXUP: Don't show preview data sets when expert mode is not checked 2020-10-07 07:27:58 -06:00
.gitignore Ignore .DS_Store 2019-11-04 09:17:52 -07:00
.gitlab-ci.yml CI: Update for GitLab 15.0 2022-05-12 12:23:49 -06:00
.project Add debugPort in gradle, and ivyde for Eclipse 2020-05-08 08:58:12 -06:00
LICENSE Initial commit 2019-09-14 08:25:04 -06:00
README.md Readme: Update issue tracking system, add link to report bugs 2021-09-09 06:09:27 -06:00
build.gradle Dependency updates 2022-05-12 13:03:18 -06:00
build.xml Refactor for test fixtures 2022-01-12 10:31:10 -07:00
codecov.yml Add codeconv 2019-09-14 08:29:38 -06:00
gradle.properties Gradle: Dependency updates 2021-11-11 08:20:29 -07:00
gradlew Update dependencies, downgrade gradle 2021-10-20 06:39:30 -06:00
gradlew.bat Update dependencies 2021-04-08 12:30:33 -06:00
ivy.xml Refactor for test fixtures 2022-01-12 10:31:10 -07:00

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 JOSM Trac
  • Translations are not currently done.

Authors

  • Taylor Smock (taylor.smock)

License

GPLv2 or later (same as JOSM)