Files
gpx.studio/website/src/lib/docs/ru/toolbar/elevation.mdx
2025-11-12 18:00:13 +01:00

25 lines
1.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: Высота
---
<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 }
Этот инструмент позволяет добавлять данные о высоте к трекам и [точкам интереса](../gpx) или заменять существующие данные.
<div class="flex flex-row justify-center">
<Elevation class="text-foreground p-3 border rounded-md shadow-lg" />
</div>
<DocsNote>
Данные о высотах предоставляются <a href="https://mapbox.com" target="_blank">Mapbox</a>.
Вы можете узнать больше о его происхождении и точности в <a href="https://docs.mapbox.com/data/tilesets/reference/mapbox-terrain-dem-v1/#elevation-data" target="_blank">документации</a>.
</DocsNote>