2019-11-14 18:58:23 +00:00
|
|
|
# The minimum JOSM version this plugin is compatible with (can be any numeric version
|
2021-05-17 16:49:49 +00:00
|
|
|
plugin.main.version = 17903
|
2019-09-14 14:25:04 +00:00
|
|
|
# The JOSM version this plugin is currently compiled against
|
|
|
|
# Please make sure this version is available at https://josm.openstreetmap.de/download
|
|
|
|
# The special values "latest" and "tested" are also possible here, but not recommended.
|
2021-05-17 16:49:49 +00:00
|
|
|
plugin.compile.version = 17903
|
2019-09-14 14:25:04 +00:00
|
|
|
plugin.canloadatruntime = true
|
2021-09-08 13:04:11 +00:00
|
|
|
plugin.author = Taylor Smock
|
2019-10-11 15:02:38 +00:00
|
|
|
plugin.class = org.openstreetmap.josm.plugins.mapwithai.MapWithAIPlugin
|
2019-11-20 20:11:26 +00:00
|
|
|
plugin.icon = images/dialogs/mapwithai.svg
|
2019-10-15 15:36:57 +00:00
|
|
|
plugin.link = https://gitlab.com/gokaart/JOSM_MapWithAI
|
2020-01-09 22:56:59 +00:00
|
|
|
plugin.description = Allows the use of MapWithAI data in JOSM (same data as used in RapiD)
|
2019-10-11 15:21:58 +00:00
|
|
|
|
2020-06-24 19:00:28 +00:00
|
|
|
plugin.requires = utilsplugin2;apache-http
|