Index: trunk/scripts/SyncEditorImageryIndex.groovy
===================================================================
--- trunk/scripts/SyncEditorImageryIndex.groovy	(revision 11574)
+++ trunk/scripts/SyncEditorImageryIndex.groovy	(revision 11575)
@@ -564,7 +564,6 @@
     }
     static String getQuality(Object e) {
-        //if (e instanceof ImageryInfo) return "".equals(e.getQuality()) ? null : e.getQuality()
-        if (e instanceof ImageryInfo) return null
-        return e.get("properties").get("best") ? "best" : null
+        if (e instanceof ImageryInfo) return e.isBestMarked() ? "eli-best" : null
+        return e.get("properties").get("best") ? "eli-best" : null
     }
     static String getIcon(Object e) {
