Changeset 13529 in josm for trunk/scripts


Ignore:
Timestamp:
2018-03-14T19:21:59+01:00 (6 years ago)
Author:
stoecker
Message:

add more ignores

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/SyncEditorLayerIndex.groovy

    r13528 r13529  
    666666        def oldproj = new HashMap<String, String>()
    667667        def ignoreproj = new LinkedList<String>()
     668        oldproj.put("EPSG:3359", "EPSG:3404")
    668669        oldproj.put("EPSG:3785", "EPSG:3857")
    669670        oldproj.put("EPSG:31297", "EPGS:31287")
     671        oldproj.put("EPSG:54004", "EPSG:3857")
    670672        oldproj.put("EPSG:102100", "EPSG:3857")
    671673        oldproj.put("EPSG:102113", "EPSG:3857")
     
    674676        ignoreproj.add("EPSG:5221")
    675677        ignoreproj.add("EPSG:5514")
     678        ignoreproj.add("EPSG:32019")
    676679        ignoreproj.add("EPSG:102066")
    677680        ignoreproj.add("EPSG:102067")
     681        ignoreproj.add("EPSG:102685")
     682        ignoreproj.add("EPSG:102711")
    678683        for (def url : josmUrls.keySet()) {
    679684            def j = josmUrls.get(url)
Note: See TracChangeset for help on using the changeset viewer.