Index: /trunk/scripts/sync_editor_imagery_index.groovy
===================================================================
--- /trunk/scripts/sync_editor_imagery_index.groovy	(revision 9517)
+++ /trunk/scripts/sync_editor_imagery_index.groovy	(revision 9518)
@@ -245,5 +245,5 @@
             Integer eMinZoom = getMinZoom(e)
             Integer jMinZoom = getMinZoom(j)
-            if (eMinZoom != jMinZoom) {
+            if (eMinZoom != jMinZoom  && !(eMinZoom == 0 && jMinZoom == null)) {
                 myprintln "  minzoom differs: ${getDescription(j)}"
                 myprintln "     (IEE):     ${eMinZoom}"
