Changeset 14386 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2018-10-30T12:24:19+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/CrossingWays.java
r13721 r14386 322 322 323 323 static boolean isHighway(OsmPrimitive w) { 324 return w.hasTagDifferent(HIGHWAY, "rest_area", "services" );324 return w.hasTagDifferent(HIGHWAY, "rest_area", "services", "bus_stop", "platform"); 325 325 } 326 326
Note:
See TracChangeset
for help on using the changeset viewer.