mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-04-27 22:05:54 +00:00
* New translations en.json (Spanish) * New translations merge.mdx (Spanish) * New translations elevation.mdx (Spanish) * New translations en.json (Chinese Traditional, Hong Kong) * New translations en.json (Spanish) * New translations integration.mdx (Spanish) * New translations merge.mdx (Spanish) * New translations integration.mdx (Spanish) * New translations map-controls.mdx (Spanish)
25 lines
913 B
Plaintext
25 lines
913 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 }
|
|
|
|
Esta herramienta permite añadir datos de elevación a los rastros 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>
|
|
|
|
Los datos de notificación son proporcionados por <a href="https://maptiler.com" target="_blank">MapTiler</a>.
|
|
Puedes aprender más sobre su origen y precisión en la <a href="https://docs.maptiler.com/guides/map-tiling-hosting/data-hosting/rgb-terrain-by-maptiler/" target="_blank">documentación</a>.
|
|
|
|
</DocsNote>
|