Index: trunk/scripts/SyncEditorLayerIndex.groovy
===================================================================
--- trunk/scripts/SyncEditorLayerIndex.groovy	(revision 13958)
+++ trunk/scripts/SyncEditorLayerIndex.groovy	(revision 13961)
@@ -774,5 +774,7 @@
             } else if(ij == null && ie != null) {
                 myprintln "- No JOSM icon: ${getDescription(j)}"
-            } else if(!ij.equals(ie)) {
+            } else if(!ij.equals(ie) && !(
+              ie.startsWith("https://osmlab.github.io/editor-layer-index/") &&
+              ij.startsWith("data:"))) {
                 myprintln "* Different icons: ${getDescription(j)}"
             }
