Changeset 16381 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2020-04-25T09:05:21+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/Territories.java
r16321 r16381 64 64 static volatile Map<String, TagMap> customTagsCache; 65 65 66 private static final List<String> KNOWN_KEYS = Arrays.asList(ISO3166_1, ISO3166_2, TAGINFO, "type", " name:en", "driving_side", "note");66 private static final List<String> KNOWN_KEYS = Arrays.asList(ISO3166_1, ISO3166_2, TAGINFO, "type", "driving_side", "note"); 67 67 68 68 private Territories() {
Note:
See TracChangeset
for help on using the changeset viewer.