Files
gpx.studio/website/src/lib/docs/zh/toolbar/poi.mdx
2025-06-21 21:07:36 +02:00

28 lines
830 B
Plaintext

---
title: 创建或编辑兴趣点
---
<script>
import { MapPin } from '@lucide/svelte';
import Waypoint from '$lib/components/toolbar/tools/Waypoint.svelte';
</script>
# <MapPin size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
将 [兴趣点](../gpx) 添加到 GPX 文件中以标记地图上感兴趣的位置,并在 GPS 设备中显示。
### 创建兴趣点
若要创建兴趣点,请填写下面的表单。
点击地图或手动输入坐标,以选择兴趣点位置。
完成后请确认。
<div class="flex flex-row justify-center">
<Waypoint class="text-foreground p-3 border rounded-md shadow-lg" />
</div>
### 编辑兴趣点
在地图上选取现有兴趣点后,使用上面的表单可对其进行编辑。
若只想移动兴趣点,可将其拖拽到所需位置。