- Timestamp:
- 2024-05-02T06:50:23+02:00 (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/Highways.java
r19034 r19068 310 310 */ 311 311 private void testDifferentLayers(Node connection) { 312 if (connection.hasTag("highway", "elevator")) 313 return; 312 314 List<Way> ways = connection.getParentWays(); 313 315 ways.removeIf(w -> !w.hasTag("highway") || w.hasTag("highway", "steps") || isSpecialArea(w));
Note:
See TracChangeset
for help on using the changeset viewer.