Changeset 30701 in osm for applications/editors/josm/plugins/gpsblam/src
- Timestamp:
- 2014-10-04T17:28:45+02:00 (10 years ago)
- Location:
- applications/editors/josm/plugins/gpsblam/src/org/openstreetmap/josm/plugins/gpsblam
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/gpsblam/src/org/openstreetmap/josm/plugins/gpsblam/GPSBlamInputData.java
r28741 r30701 19 19 import java.util.Calendar; 20 20 import java.util.Collection; 21 import java.util.Date;22 21 import java.util.GregorianCalendar; 23 22 import java.util.HashSet; -
applications/editors/josm/plugins/gpsblam/src/org/openstreetmap/josm/plugins/gpsblam/GPSBlamMarker.java
r28741 r30701 35 35 private CachedLatLon hair1Coord1, hair1Coord2, hair2Coord1, hair2Coord2; 36 36 private CachedLatLon ellipseCoord1, ellipseCoord2, ellipseCoord3; // 1=TL 2=TR 3=BL, where main axis = +R, minor +U 37 private int ndays;38 37 static final double fac = 2.45; // 2.45 gives 95% CI for 2D 39 38
Note:
See TracChangeset
for help on using the changeset viewer.