Changeset 13511 in josm
- Timestamp:
- 2018-03-08T18:53:26+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/SyncEditorLayerIndex.groovy
r13476 r13511 648 648 def j = josmUrls.get(url) 649 649 def id = getId(j) 650 if("wms".equals(getType(j)) && !getProjections(j)) { 651 myprintln "* WMS without projections: ${getDescription(j)}" 652 } 650 653 if(josmMirrors.containsKey(url)) { 651 654 continue
Note:
See TracChangeset
for help on using the changeset viewer.