Changeset 18813 in osm for applications/editors
- Timestamp:
- 2009-11-26T08:58:16+01:00 (15 years ago)
- Location:
- applications/editors/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/UnconnectedWays.java
r18593 r18813 107 107 Boolean isexit = OsmUtils.getOsmBoolean(en.get("noexit")); 108 108 if("turning_circle".equals(en.get("highway")) || 109 "bus_stop".equals(en.get("highway")) || 109 110 (isexit != null && isexit) || en.get("barrier") != null) 110 111 continue;
Note:
See TracChangeset
for help on using the changeset viewer.