mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-03-31 00:40:41 +00:00
25 lines
871 B
Plaintext
25 lines
871 B
Plaintext
---
|
|
title: Desnivel
|
|
---
|
|
|
|
<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 }
|
|
|
|
Le permite añadir datos de desnivel a trazas y [puntos de interés](../gpx), o reemplazar los datos existentes.
|
|
|
|
<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>
|