mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-06-13 02:26:32 +00:00
b4a7f1353b
* New translations integration.mdx (Chinese Simplified) * New translations merge.mdx (Chinese Simplified) * New translations elevation.mdx (Chinese Simplified) * New translations en.json (Chinese Simplified) * New translations file.mdx (Ukrainian) * New translations en.json (German) * New translations integration.mdx (German) * New translations map-controls.mdx (German) * New translations file.mdx (German) * New translations merge.mdx (German) * New translations elevation.mdx (German)
25 lines
840 B
Plaintext
25 lines
840 B
Plaintext
---
|
|
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://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> 以了解海拔数据来源及其准确度。
|
|
|
|
</DocsNote>
|