Changeset 16382 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2020-04-25T18:33:44+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/Highways.java
r16333 r16382 58 58 59 59 private static final Set<String> KNOWN_SOURCE_MAXSPEED_CONTEXTS = new HashSet<>(Arrays.asList( 60 "urban", "rural", "zone", "zone 20", "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", 61 61 "nsl_single", "nsl_dual", "motorway", "trunk", "living_street", "bicycle_road")); 62 62
Note:
See TracChangeset
for help on using the changeset viewer.