Index: trunk/scripts/SyncEditorLayerIndex.groovy
===================================================================
--- trunk/scripts/SyncEditorLayerIndex.groovy	(revision 13857)
+++ trunk/scripts/SyncEditorLayerIndex.groovy	(revision 13931)
@@ -507,5 +507,9 @@
             if (!josmUrls.containsKey(url)) continue
             def j = josmUrls.get(url)
-            if (!getCountryCode(e).equals(getCountryCode(j))) {
+            def cce = getCountryCode(e)
+            if ("ZZ".equals(cce)) { /* special ELI country code */
+                cce = null
+            }
+            if (!cce.equals(getCountryCode(j))) {
                 myprintln "* Country code differs (${getCountryCode(e)} != ${getCountryCode(j)}): ${getDescription(j)}"
             }
