Changeset 1744 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2009-07-07T20:07:52+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/GpxLayer.java
r1736 r1744 1093 1093 WayPoint R = null; 1094 1094 for (WayPoint S : seg) { 1095 EastNorth c = R.getEastNorth();1095 EastNorth c = S.getEastNorth(); 1096 1096 if (R == null) { 1097 1097 R = S;
Note:
See TracChangeset
for help on using the changeset viewer.