Changeset 6368 in josm
- Timestamp:
- 2013-11-06T11:58:22+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/Highways.java
r6303 r6368 128 128 handlePedestrianWay(n, w); 129 129 } 130 } else if (CLASSIFIED_HIGHWAYS.contains(highway) || highway.equals("service") || highway.equals("road")) { 130 } else if (CLASSIFIED_HIGHWAYS.contains(highway)) { 131 // Only look at classified highways for now: 132 // - service highways support is TBD (see #9141 comments) 133 // - roads should be determined first. Another warning is raised anyway 131 134 handleCarWay(n, w); 132 135 }
Note:
See TracChangeset
for help on using the changeset viewer.