Index: trunk/scripts/SyncEditorLayerIndex.java
===================================================================
--- trunk/scripts/SyncEditorLayerIndex.java	(revision 15478)
+++ trunk/scripts/SyncEditorLayerIndex.java	(revision 15658)
@@ -1175,5 +1175,6 @@
                 }
             }
-            List<String> knownCategories = Arrays.asList("photo", "map", "historicmap", "osmbasedmap", "historicphoto", "other");
+            List<String> knownCategories = Arrays.asList(
+                    "photo", "elevation", "map", "historicmap", "osmbasedmap", "historicphoto", "qa", "other");
             String cat = getCategory(j);
             if (isBlank(cat)) {
