Track report in Land: show decimal values for Mean Moving Speed
I'm using Land to compare the tracks of my jogging activities. The track report feature especially. The field: 227 (mean moving speed) is especially interessting. I tried several ways to show the value of this field behind the comma: instead of showing 13km/h it should show 12,8km/h but failed:
|
What I managed is showing 3,6m/s with:
CompeScript.Echo (track.GetPropertyStr(227,1,1));
|
-
Since I get no answer here I will document (in the spirit of the old forum), what I've uncovered in the meantime and what seems the problem.
This value is viewed as decimal value if small than 10 (e.g. 9,7 km/h is shown but 10,8km/h and 10,3km/h too is shown as 11km/h).
So the trick of changing the value to m/s seem to works only if this speed is smaller than 10m/s.
Correct me if I'm wrong.
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar