Changeset 14293 in josm for trunk/scripts
- Timestamp:
- 2018-10-04T13:09:40+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/SyncEditorLayerIndex.groovy
r14292 r14293 780 780 myprintln "- No JOSM icon: ${getDescription(j)}" 781 781 } else if(!ij.equals(ie) && !( 782 783 784 785 786 787 788 789 782 ie.startsWith("https://osmlab.github.io/editor-layer-index/") && 783 ij.startsWith("data:"))) { 784 def iehttps = ie.replace("http:","https:") 785 if(ij.equals(iehttps)) { 786 myprintln "+ Different icons: ${getDescription(j)}" 787 } else { 788 myprintln "* Different icons: ${getDescription(j)}" 789 } 790 790 } 791 791 }
Note:
See TracChangeset
for help on using the changeset viewer.