kopia lustrzana https://github.com/JOSM/MapWithAI
16 wiersze
768 B
Properties
16 wiersze
768 B
Properties
# The minimum JOSM version this plugin is compatible with (can be any numeric version
|
|
plugin.main.version = 19067
|
|
# 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.
|
|
plugin.compile.version = 19067
|
|
plugin.canloadatruntime = true
|
|
plugin.author = Taylor Smock
|
|
plugin.class = org.openstreetmap.josm.plugins.mapwithai.MapWithAIPlugin
|
|
plugin.icon = images/dialogs/mapwithai.svg
|
|
plugin.link = https://github.com/JOSM/MapWithAI
|
|
plugin.minimum.java.version = 17
|
|
plugin.description = Allows the use of MapWithAI data in JOSM (same data as used in RapiD)
|
|
|
|
plugin.requires = pmtiles;utilsplugin2
|