Changeset 19401 in josm


Ignore:
Timestamp:
2025-05-06T17:39:59+02:00 (9 days ago)
Author:
stoecker
Message:

add expressway as valid speed source

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/tests/Highways.java

    r19068 r19401  
    6161    private static final Set<String> KNOWN_SOURCE_MAXSPEED_CONTEXTS = new HashSet<>(Arrays.asList(
    6262            "urban", "rural", "zone", "zone10", "zone:10", "zone20", "zone:20", "zone30", "zone:30", "zone40", "zone:40", "zone60", "zone:60",
    63             "nsl_single", "nsl_dual", "motorway", "trunk", "living_street", "bicycle_road"));
     63            "nsl_single", "nsl_dual", "motorway", "trunk", "living_street", "bicycle_road", "expressway"));
    6464
    6565    private static final Set<String> ISO_COUNTRIES = new HashSet<>(Arrays.asList(Locale.getISOCountries()));
Note: See TracChangeset for help on using the changeset viewer.