Ignore:
Timestamp:
2020-01-07T23:19:57+01:00 (5 years ago)
Author:
simon04
Message:

fix #18172 - Add new imagery categories "elevation" and "qa"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/SyncEditorLayerIndex.java

    r15478 r15658  
    11751175                }
    11761176            }
    1177             List<String> knownCategories = Arrays.asList("photo", "map", "historicmap", "osmbasedmap", "historicphoto", "other");
     1177            List<String> knownCategories = Arrays.asList(
     1178                    "photo", "elevation", "map", "historicmap", "osmbasedmap", "historicphoto", "qa", "other");
    11781179            String cat = getCategory(j);
    11791180            if (isBlank(cat)) {
Note: See TracChangeset for help on using the changeset viewer.