gpx.studio/website/src/lib/docs/zh/toolbar/poi.mdx

27 lines
808 B
Text

---
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>
### 编辑兴趣点
在地图上选取现有兴趣点后,可以使用上面的表单对其进行编辑。
若只想移动兴趣点,可将其拖动到所需位置。