Skip to content

Commit f2b463d

Browse files
committed
recorder: space out GPX tags
1 parent 30aca3b commit f2b463d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/recorder/interface.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,9 @@
420420
<link href="https://banglejs.com/" />
421421
</author>
422422
</metadata>
423-
<trk><name>${title}</name><trkseg>${track.map(pt => {
423+
<trk>
424+
<name>${title}</name>
425+
<trkseg>${track.map(pt => {
424426
// Calculate cadence (steps per minute) from step count
425427
// Formula: (steps in interval * 60 seconds * 1000ms) / time elapsed in ms
426428
// Simplified to: steps * 30000 / time_ms (since 60 * 1000 / 2 = 30000)

0 commit comments

Comments
 (0)