track info pane, per-type colors, yearly stats
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user