kopia lustrzana https://github.com/JOSM/MapWithAI
Update for changes in JOSM r16641
Signed-off-by: Taylor Smock <taylor.smock@kaart.com>pull/1/head
rodzic
5757be5221
commit
462a3db5d8
|
@ -1,9 +1,9 @@
|
|||
# The minimum JOSM version this plugin is compatible with (can be any numeric version
|
||||
plugin.main.version = 16584
|
||||
plugin.main.version = 16645
|
||||
# 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 = 16584
|
||||
plugin.compile.version = 16645
|
||||
plugin.canloadatruntime = true
|
||||
plugin.author = Taylor Smock <incoming+gokaart/JOSM_MapWithAI@incoming.gitlab.com>
|
||||
plugin.class = org.openstreetmap.josm.plugins.mapwithai.MapWithAIPlugin
|
||||
|
|
|
@ -23,7 +23,7 @@ import org.openstreetmap.josm.tools.Logging;
|
|||
public class OsmReaderCustom extends OsmReader {
|
||||
protected OsmReaderCustom(boolean convertUnknownToTags) {
|
||||
// Restricts visibility
|
||||
super(convertUnknownToTags);
|
||||
super(Options.CONVERT_UNKNOWN_TO_TAGS);
|
||||
}
|
||||
|
||||
// check every so often to see if I can keep original negative ids
|
||||
|
|
Ładowanie…
Reference in New Issue