- Timestamp:
- 2013-11-08T14:41:01+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/CrossingWays.java
r6294 r6381 128 128 129 129 if ("proposed".equals(es1.highway) || "proposed".equals(highway2) 130 || "proposed".equals(es1.railway) || "proposed".equals(railway2) 130 131 || "abandoned".equals(es1.railway) || "abandoned".equals(railway2)) { 131 132 continue;
Note:
See TracChangeset
for help on using the changeset viewer.