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

25 lines
852 B
Plaintext
Raw Normal View History

2024-09-04 21:53:06 +02:00
---
title: Przewyższenie
---
<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 }
2026-04-02 18:43:41 +02:00
To narzędzie pozwala dodawać dane dotyczące wysokości do tras i [punktów zainteresowania](../gpx) lub zastępować istniejące dane.
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>