Changeset 25810 in osm for applications
- Timestamp:
- 2011-04-07T00:05:59+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/livegps/src/livegps/LiveGpsLayer.java
r25809 r25810 75 75 trackSegment.addWaypoint(lastPoint); 76 76 77 conditionalCenter(thisPos); 77 if (autocenter) 78 conditionalCenter(thisPos); 78 79 } 79 80
Note:
See TracChangeset
for help on using the changeset viewer.