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

25 lines
806 B
Plaintext
Raw Normal View History

2024-09-04 21:53:06 +02:00
---
2025-01-09 09:03:18 +01:00
title: 请求海拔数据
2024-09-04 21:53:06 +02:00
---
<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 }
2025-01-03 14:19:47 +01:00
该工具支持对轨迹和 [兴趣点](../gpx) 的海拔数据进行添加或修改。
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>