Changeset 13976 in josm


Ignore:
Timestamp:
2018-06-25T21:03:47+02:00 (6 years ago)
Author:
Don-vip
Message:

fix #16425 - support "zone40" maxspeed context

File:
1 edited

Legend:

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

    r13687 r13976  
    5757
    5858    private static final Set<String> KNOWN_SOURCE_MAXSPEED_CONTEXTS = new HashSet<>(Arrays.asList(
    59             "urban", "rural", "zone", "zone20", "zone:20", "zone30", "zone:30",
     59            "urban", "rural", "zone", "zone20", "zone:20", "zone30", "zone:30", "zone40",
    6060            "nsl_single", "nsl_dual", "motorway", "trunk", "living_street", "bicycle_road"));
    6161
Note: See TracChangeset for help on using the changeset viewer.