#6 save data to fit

This commit is contained in:
2023-11-05 20:02:34 +01:00
parent 32dceda665
commit c1429a157a
6 changed files with 101 additions and 7 deletions
+23
View File
@@ -0,0 +1,23 @@
<fitContributions>
<fitField id="0"
displayInChart="true"
sortOrder="0"
precision="2"
dataLabel="@Strings.TFLGrade"
unitLabel="@Strings.uGrade"
fillColor="#00FFFF" />
<fitField id="1"
displayInChart="true"
sortOrder="1"
precision="2"
dataLabel="@Strings.TFLGAP"
unitLabel="@Strings.uGAP"
fillColor="#AAFF44" />
<fitField id="2"
displayInChart="true"
sortOrder="2"
precision="2"
dataLabel="@Strings.TFLVSpeed"
unitLabel="@Strings.uVSpeed"
fillColor="#FF8888" />
</fitContributions>
+1
View File
@@ -6,5 +6,6 @@
<property id="hrDisplay" type="number">0</property>
<property id="speedNotPace" type="boolean">false</property>
<property id="showNextPoint" type="boolean">true</property>
<property id="saveToFit" type="boolean">true</property>
<property id="tlFieldData" type="number">1</property>
</properties>
+3
View File
@@ -33,4 +33,7 @@
<setting propertyKey="@Properties.showNextPoint" title="@Strings.ShowNextPoint">
<settingConfig type="boolean" />
</setting>
<setting propertyKey="@Properties.saveToFit" title="@Strings.SaveToFit">
<settingConfig type="boolean" />
</setting>
</settings>
+4
View File
@@ -10,9 +10,13 @@
<string id="HrZone">Zone</string>
<string id="SpeedNotPace">Show speed instead of pace</string>
<string id="ShowNextPoint">Show next navigation point name (only on newer devices w/ high resolution)</string>
<string id="SaveToFit">Save calculated data to FIT file (grade, GAP, vertical speed)</string>
<string id="TLFieldData">Top-left field data</string>
<string id="TLFCadence">Cadence</string>
<string id="TLFGrade">Grade</string>
<string id="TLFGAP">Grade Adjusted Pace</string>
<string id="TLFVSpeed">Vertical Speed</string>
<string id="uGrade">%</string>
<string id="uGAP">min/km</string>
<string id="uVSpeed">m/min</string>
</strings>