- Timestamp:
- 2018-01-21T00:51:03+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/Highways.java
r12864 r13348 57 57 58 58 private static final Set<String> KNOWN_SOURCE_MAXSPEED_CONTEXTS = new HashSet<>(Arrays.asList( 59 "urban", "rural", "zone", "zone30", "zone:30", "nsl_single", "nsl_dual", "motorway", "trunk", "living_street", "bicycle_road")); 59 "urban", "rural", "zone", "zone20", "zone:20", "zone30", "zone:30", 60 "nsl_single", "nsl_dual", "motorway", "trunk", "living_street", "bicycle_road")); 60 61 61 62 private static final Set<String> ISO_COUNTRIES = new HashSet<>(Arrays.asList(Locale.getISOCountries()));
Note:
See TracChangeset
for help on using the changeset viewer.