Changeset 18273 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2021-10-13T11:11:36+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/Highways.java
r17411 r18273 213 213 carsWays = 0; 214 214 215 if (n.hasTag("highway","crossing") && !n.hasKey("crossing")) 216 return; // see #20905 handled by mapcss test 217 215 218 for (Way w : n.getParentWays()) { 216 219 String highway = w.get(HIGHWAY);
Note:
See TracChangeset
for help on using the changeset viewer.