Changeset 8454 in josm for trunk/src/org/openstreetmap/josm/data/validation/tests/Highways.java
- Timestamp:
- 2015-06-03T03:43:56+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/Highways.java
r8390 r8454 43 43 * Classified highways in order of importance 44 44 */ 45 private static final Set<String> CLASSIFIED_HIGHWAYS =new HashSet<>(Arrays.asList(45 private static final List<String> CLASSIFIED_HIGHWAYS = Arrays.asList( 46 46 "motorway", "motorway_link", 47 47 "trunk", "trunk_link", … … 51 51 "unclassified", 52 52 "residential", 53 "living_street") );53 "living_street"); 54 54 55 55 private static final Set<String> KNOWN_SOURCE_MAXSPEED_CONTEXTS = new HashSet<>(Arrays.asList(
Note:
See TracChangeset
for help on using the changeset viewer.
