Changeset 14351 in josm for trunk/scripts


Ignore:
Timestamp:
2018-10-19T19:56:46+02:00 (6 years ago)
Author:
stoecker
Message:

add another way to address github

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/SyncEditorLayerIndex.groovy

    r14294 r14351  
    780780                myprintln "- No JOSM icon: ${getDescription(j)}"
    781781            } 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/")) &&
    783784              ij.startsWith("data:"))) {
    784785                def iehttps = ie.replace("http:","https:")
Note: See TracChangeset for help on using the changeset viewer.