Files
gpx.studio/website/src/lib/docs/eu/toolbar/elevation.mdx
T

25 lines
876 B
Plaintext
Raw Normal View History

2025-05-08 13:03:53 +02:00
---
2025-05-14 20:51:49 +02:00
title: Altuerak
2025-05-08 13:03:53 +02:00
---
<script>
2025-06-21 21:07:36 +02:00
import { MountainSnow } from '@lucide/svelte';
2025-05-08 13:03:53 +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-05-14 20:51:49 +02:00
Tresna honen bidez elebazio datuak gehitzen ahal dira ibilbidetan eta [interesguneetan](../gpx), edo daudenak aldatu.
2025-05-08 13:03:53 +02:00
<div class="flex flex-row justify-center">
<Elevation class="text-foreground p-3 border rounded-md shadow-lg" />
</div>
<DocsNote>
2026-04-02 18:43:41 +02:00
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>.
2025-05-08 13:03:53 +02:00
</DocsNote>