- Timestamp:
- 2017-05-15T17:22:23+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/gpx/GpxDrawHelper.java
r12167 r12168 624 624 for (WayPoint trkPnt : visibleSegments) { 625 625 if (!trkPnt.isLatLonKnown()) { 626 old = null; 626 627 continue; 627 628 } … … 652 653 for (WayPoint trkPnt : visibleSegments) { 653 654 if (!trkPnt.isLatLonKnown()) { 655 old = null; 654 656 continue; 655 657 }
Note:
See TracChangeset
for help on using the changeset viewer.