Changeset 13961 in josm for trunk/scripts/SyncEditorLayerIndex.groovy
- Timestamp:
- 2018-06-20T18:28:06+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/SyncEditorLayerIndex.groovy
r13958 r13961 774 774 } else if(ij == null && ie != null) { 775 775 myprintln "- No JOSM icon: ${getDescription(j)}" 776 } else if(!ij.equals(ie)) { 776 } else if(!ij.equals(ie) && !( 777 ie.startsWith("https://osmlab.github.io/editor-layer-index/") && 778 ij.startsWith("data:"))) { 777 779 myprintln "* Different icons: ${getDescription(j)}" 778 780 }
Note:
See TracChangeset
for help on using the changeset viewer.