- Timestamp:
- 2009-07-05T16:16:30+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/GpxLayer.java
r1734 r1736 1093 1093 WayPoint R = null; 1094 1094 for (WayPoint S : seg) { 1095 EastNorth c = R.getEastNorth(); 1095 1096 if (R == null) { 1096 EastNorth c = R.getEastNorth();1097 1097 R = S; 1098 1098 rx = c.east(); … … 1107 1107 } 1108 1108 } else { 1109 EastNorth c = S.getEastNorth();1110 1109 sx = c.east(); 1111 1110 sy = c.north();
Note:
See TracChangeset
for help on using the changeset viewer.