2019-11-14 18:58:23 +00:00
|
|
|
# The minimum JOSM version this plugin is compatible with (can be any numeric version
|
2020-06-15 13:58:45 +00:00
|
|
|
plugin.main.version = 16645
|
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.
|
2020-06-15 13:58:45 +00:00
|
|
|
plugin.compile.version = 16645
|
2019-09-14 14:25:04 +00:00
|
|
|
plugin.canloadatruntime = true
|
2019-10-15 15:36:57 +00:00
|
|
|
plugin.author = Taylor Smock <incoming+gokaart/JOSM_MapWithAI@incoming.gitlab.com>
|
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
|
|
|
|
2019-10-18 16:29:17 +00:00
|
|
|
plugin.requires = utilsplugin2
|