Changeset 7258 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2014-06-22T12:18:19+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/Highways.java
r7012 r7258 53 53 54 54 protected static final List<String> KNOWN_SOURCE_MAXSPEED_CONTEXTS = Arrays.asList( 55 "urban", "rural", "zone", "zone30", "zone:30", "nsl_single", "nsl_dual", "motorway", "trunk", "living_street" );55 "urban", "rural", "zone", "zone30", "zone:30", "nsl_single", "nsl_dual", "motorway", "trunk", "living_street", "bicycle_road"); 56 56 57 57 protected static final List<String> ISO_COUNTRIES = Arrays.asList(Locale.getISOCountries());
Note:
See TracChangeset
for help on using the changeset viewer.