Index: trunk/scripts/SyncEditorLayerIndex.groovy
===================================================================
--- trunk/scripts/SyncEditorLayerIndex.groovy	(revision 11994)
+++ trunk/scripts/SyncEditorLayerIndex.groovy	(revision 12007)
@@ -724,5 +724,4 @@
                     r += p.getString()
             }
-            
         }
         return r ? r : []
@@ -761,4 +760,6 @@
     static Integer getMinZoom(Object e) {
         if (e instanceof ImageryInfo) {
+            if("wms".equals(getType(e)) && e.getName() =~ / mirror/)
+                return null;
             int mz = e.getMinZoom()
             return mz == 0 ? null : mz
@@ -771,4 +772,6 @@
     static Integer getMaxZoom(Object e) {
         if (e instanceof ImageryInfo) {
+            if("wms".equals(getType(e)) && e.getName() =~ / mirror/)
+                return null;
             int mz = e.getMaxZoom()
             return mz == 0 ? null : mz
