Changeset 14351 in josm for trunk/scripts
- Timestamp:
- 2018-10-19T19:56:46+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/SyncEditorLayerIndex.groovy
r14294 r14351 780 780 myprintln "- No JOSM icon: ${getDescription(j)}" 781 781 } else if(!ij.equals(ie) && !( 782 ie.startsWith("https://osmlab.github.io/editor-layer-index/") && 782 (ie.startsWith("https://osmlab.github.io/editor-layer-index/") 783 || ie.startsWith("https://raw.githubusercontent.com/osmlab/editor-layer-index/")) && 783 784 ij.startsWith("data:"))) { 784 785 def iehttps = ie.replace("http:","https:")
Note:
See TracChangeset
for help on using the changeset viewer.