Changeset 16382 in josm for trunk/src/org


Ignore:
Timestamp:
2020-04-25T18:33:44+02:00 (4 years ago)
Author:
Klumbumbus
Message:
  • Add automated check to car wash presets
  • Don't warn about "Unknown source:maxspeed context" for zone 10 and zone 60
File:
1 edited

Legend:

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

    r16333 r16382  
    5858
    5959    private static final Set<String> KNOWN_SOURCE_MAXSPEED_CONTEXTS = new HashSet<>(Arrays.asList(
    60             "urban", "rural", "zone", "zone20", "zone:20", "zone30", "zone:30", "zone40",
     60            "urban", "rural", "zone", "zone10", "zone:10", "zone20", "zone:20", "zone30", "zone:30", "zone40", "zone:40", "zone60", "zone:60",
    6161            "nsl_single", "nsl_dual", "motorway", "trunk", "living_street", "bicycle_road"));
    6262
Note: See TracChangeset for help on using the changeset viewer.