track info pane, per-type colors, yearly stats

This commit is contained in:
Vincent van der Wal
2026-07-22 12:21:45 +02:00
parent ce073f3fee
commit 5937cedcc5
8 changed files with 296 additions and 18 deletions
+5 -1
View File
@@ -62,7 +62,11 @@
{/if}
<h2>Map</h2>
<Map tracks={[{ id: a.id, name: a.name, latlngs: data.latlngs }]} peaks={data.bagged} height="440px" />
<Map
tracks={[{ name: a.name, type: a.type, latlngs: data.latlngs }]}
peaks={data.bagged}
height="440px"
/>
{#if data.profile.length > 1}
<h2>Elevation profile</h2>