Ignore:
Timestamp:
2020-04-25T09:05:21+02:00 (4 years ago)
Author:
simon04
Message:

see #18907 - Territories: retain "name:en" for custom tags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/Territories.java

    r16321 r16381  
    6464    static volatile Map<String, TagMap> customTagsCache;
    6565
    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");
    6767
    6868    private Territories() {
Note: See TracChangeset for help on using the changeset viewer.