2024-09-04 21:53:06 +02:00
|
|
|
---
|
|
|
|
|
title: Dislivello
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
<script>
|
2025-06-21 21:07:36 +02:00
|
|
|
import { MountainSnow } from '@lucide/svelte';
|
2024-09-04 21:53:06 +02:00
|
|
|
import Elevation from '$lib/components/toolbar/tools/Elevation.svelte';
|
|
|
|
|
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
# <MountainSnow size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
|
|
|
|
|
|
2025-01-05 19:36:38 +01:00
|
|
|
Questo strumento ti permette di aggiungere dati di altimetria a tracce e [punti d'interesse](../gpx), o di sostituire i dati esistenti.
|
2024-09-04 21:53:06 +02:00
|
|
|
|
|
|
|
|
<div class="flex flex-row justify-center">
|
|
|
|
|
<Elevation class="text-foreground p-3 border rounded-md shadow-lg" />
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<DocsNote>
|
|
|
|
|
|
2026-05-28 19:29:10 +02:00
|
|
|
Elevation data is provided by <a href="https://mapterhorn.com" target="_blank">Mapterhorn</a>.
|
|
|
|
|
You can learn more about its origin and accuracy in the <a href="https://mapterhorn.com/attribution/" target="_blank">documentation</a>.
|
2024-09-04 21:53:06 +02:00
|
|
|
|
|
|
|
|
</DocsNote>
|