This commit is contained in:
Ren Juan 2021-08-29 06:38:53 +00:00
parent eb01f8981a
commit 871c1208c3
2 changed files with 5 additions and 2 deletions

View File

@ -204,7 +204,7 @@ export class GT2 {
t = expoFix.coords['accuracy']; if (t < minExpoAccuracy ) return; t = expoFix.coords['accuracy']; if (t < minExpoAccuracy ) return;
this.trip.ds += this.trip.lastFix.distanceTo(this.trip.loc); this.trip.ds += this.trip.lastFix.distanceTo(this.trip.loc);
if (this.trip.ds > 250 && !this.trip.minTripDone) { if (this.trip.ds > 250 && !this.trip.minTripDone) {
this.trip.ds =0.0; this.trip.ds -= 250;
this.trip.minTripDone = true; this.trip.minTripDone = true;
} }
this.trip.lastFix.set(lat,lon); this.trip.lastFix.set(lat,lon);

View File

@ -10,11 +10,14 @@
separate from the subsequent production line which will use the [common mechanism](https://sameboat.live/sb-app) separate from the subsequent production line which will use the [common mechanism](https://sameboat.live/sb-app)
for delivery of my apps from 2.1 forward. for delivery of my apps from 2.1 forward.
2.0.7 was feature complete at the end of August 2011. 2.0.8 will the stable baseline of same thing
with background operation.
## 2.n.m ## 2.n.m
- Roadmap for regular production Personal Carbon Accounting domain - Roadmap for regular production Personal Carbon Accounting domain
- 2.1.0 Begin main product line version embedded in sameboat commons app - 2.1.0 1st embedded product line release
- 2.2.0 WatchOS extension on iOS - 2.2.0 WatchOS extension on iOS
- 2.3.0 Maintain trip histories in cloud - 2.3.0 Maintain trip histories in cloud
- 2.4.0 Group Aggregation - 2.4.0 Group Aggregation