Changeset 15658 in josm for trunk/scripts
- Timestamp:
- 2020-01-07T23:19:57+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/SyncEditorLayerIndex.java
r15478 r15658 1175 1175 } 1176 1176 } 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"); 1178 1179 String cat = getCategory(j); 1179 1180 if (isBlank(cat)) {
Note:
See TracChangeset
for help on using the changeset viewer.