Changeset 13976 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2018-06-25T21:03:47+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/Highways.java
r13687 r13976 57 57 58 58 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", 60 60 "nsl_single", "nsl_dual", "motorway", "trunk", "living_street", "bicycle_road")); 61 61
Note:
See TracChangeset
for help on using the changeset viewer.