Index: trunk/scripts/SyncEditorLayerIndex.groovy
===================================================================
--- trunk/scripts/SyncEditorLayerIndex.groovy	(revision 14350)
+++ trunk/scripts/SyncEditorLayerIndex.groovy	(revision 14351)
@@ -780,5 +780,6 @@
                 myprintln "- No JOSM icon: ${getDescription(j)}"
             } else if(!ij.equals(ie) && !(
-              ie.startsWith("https://osmlab.github.io/editor-layer-index/") &&
+              (ie.startsWith("https://osmlab.github.io/editor-layer-index/")
+              || ie.startsWith("https://raw.githubusercontent.com/osmlab/editor-layer-index/")) &&
               ij.startsWith("data:"))) {
                 def iehttps = ie.replace("http:","https:")
