Changeset 33452 in osm for applications
- Timestamp:
- 2017-07-17T17:54:16+02:00 (7 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
r33429 r33452 414 414 Way startWay = assigner.get(startStop); 415 415 Way endWay = assigner.get(endStop); 416 //if no startway and endway for this segment are found, don't store it 417 if (startWay == null || endWay == null) 418 continue; 416 419 List<PTWay> waysBetweenStops = manager.getPTWaysBetween(startWay, endWay); 417 420 SegmentChecker.addCorrectSegment(
Note:
See TracChangeset
for help on using the changeset viewer.