mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-04-24 12:25:54 +00:00
25 lines
896 B
Plaintext
25 lines
896 B
Plaintext
---
|
|
title: Dislivello
|
|
---
|
|
|
|
<script>
|
|
import { MountainSnow } from '@lucide/svelte';
|
|
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 }
|
|
|
|
Questo strumento ti permette di aggiungere dati di altimetria a tracce e [punti d'interesse](../gpx), o di sostituire i dati esistenti.
|
|
|
|
<div class="flex flex-row justify-center">
|
|
<Elevation class="text-foreground p-3 border rounded-md shadow-lg" />
|
|
</div>
|
|
|
|
<DocsNote>
|
|
|
|
Elevation data is provided by <a href="https://maptiler.com" target="_blank">MapTiler</a>.
|
|
You can learn more about its origin and accuracy in the <a href="https://docs.maptiler.com/guides/map-tiling-hosting/data-hosting/rgb-terrain-by-maptiler/" target="_blank">documentation</a>.
|
|
|
|
</DocsNote>
|