- Timestamp:
- 2014-03-08T23:41:18+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/PowerLines.java
r6830 r6903 61 61 public void visit(Way w) { 62 62 if (w.isUsable()) { 63 if (isPowerLine(w) ) {63 if (isPowerLine(w) && !w.hasTag("location", "underground")) { 64 64 String fixValue = null; 65 65 boolean erroneous = false;
Note:
See TracChangeset
for help on using the changeset viewer.