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-04-04 23:14:44 +02:00
|
|
|
海拔数据来自 <a href="https://maptiler.com" target="_blank">MapTiler</a>.
|
|
|
|
|
查阅 <a href="https://docs.maptiler.com/guides/map-tiling-hosting/data-hosting/rgb-terrain-by-maptiler/" target="_blank">官方文档</a> 以了解海拔数据来源及其准确度。
|
2024-09-04 21:53:06 +02:00
|
|
|
|
|
|
|
|
</DocsNote>
|