Changeset 13532 in josm for trunk/scripts
- Timestamp:
- 2018-03-15T08:27:38+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/SyncEditorLayerIndex.groovy
r13531 r13532 734 734 } 735 735 } 736 if(!(url =~ /^https?:\/\//) && !"scanex".equals(getType(j))) { 737 myprintln "* Strange URL: ${getDescription(j)}" 738 } 736 739 if(josmMirrors.containsKey(url)) { 737 740 continue
Note:
See TracChangeset
for help on using the changeset viewer.