Changeset 19401 in josm
- Timestamp:
- 2025-05-06T17:39:59+02:00 (9 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/Highways.java
r19068 r19401 61 61 private static final Set<String> KNOWN_SOURCE_MAXSPEED_CONTEXTS = new HashSet<>(Arrays.asList( 62 62 "urban", "rural", "zone", "zone10", "zone:10", "zone20", "zone:20", "zone30", "zone:30", "zone40", "zone:40", "zone60", "zone:60", 63 "nsl_single", "nsl_dual", "motorway", "trunk", "living_street", "bicycle_road")); 63 "nsl_single", "nsl_dual", "motorway", "trunk", "living_street", "bicycle_road", "expressway")); 64 64 65 65 private static final Set<String> ISO_COUNTRIES = new HashSet<>(Arrays.asList(Locale.getISOCountries()));
Note:
See TracChangeset
for help on using the changeset viewer.