Changeset 17023 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2020-09-12T21:00:17+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/corrector/ReverseWayNoTagCorrector.java
r16939 r17023 58 58 if (isDirectional) { 59 59 final boolean cannotBeCorrected = ReverseWayTagCorrector.getTagCorrections(tag).isEmpty(); 60 if (cannotBeCorrected) { 60 61 if (cannotBeCorrected && !way.isKeyTrue("two_sided")) { 62 // two_sided=yes is a special (documented) barrier=city_wall attribute, see #197140 61 63 collection.add(tag); 62 64 }
Note:
See TracChangeset
for help on using the changeset viewer.
