Changeset 16321 in josm for trunk/scripts


Ignore:
Timestamp:
2020-04-17T17:54:04+02:00 (5 years ago)
Author:
simon04
Message:

fix #18907 - Initialize Territories+RightAndLefthandTraffic together, remove "Edit boundaries" to save memory (unless started with --debug)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/TagInfoExtract.java

    r16272 r16321  
    622622        DeleteCommand.setDeletionCallback(DeleteAction.defaultDeletionCallback);
    623623        Territories.initializeInternalData();
    624         RightAndLefthandTraffic.initialize();
    625624        Files.createDirectories(options.imageDir);
    626625    }
Note: See TracChangeset for help on using the changeset viewer.