Changeset 32963 in osm for applications/editors/josm/plugins/pt_assistant/src
- Timestamp:
- 2016-09-10T00:42:10+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/validation/PTAssistantValidatorTest.java
r32961 r32963 109 109 public void visit(Relation r) { 110 110 111 if (!RouteUtils.isTwoDirectionRoute(r)) {112 return;113 }114 115 111 // Download incomplete members. If the download does not work, return 116 112 // and do not do any testing. … … 146 142 } 147 143 144 if (!RouteUtils.isTwoDirectionRoute(r)) { 145 return; 146 } 147 148 148 // Check individual ways using the oneway direction test and the road 149 149 // type test:
Note:
See TracChangeset
for help on using the changeset viewer.