mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 15:43:25 +00:00

* New translations en.json (Polish) * New translations en.json (Chinese Simplified) * New translations getting-started.mdx (Chinese Simplified) * New translations menu.mdx (Chinese Simplified) * New translations view.mdx (Chinese Simplified) * New translations files-and-stats.mdx (Chinese Simplified) * New translations edit.mdx (Chinese Simplified) * New translations file.mdx (Chinese Simplified) * New translations settings.mdx (Chinese Simplified) * New translations routing.mdx (Chinese Simplified) * New translations toolbar.mdx (Chinese Simplified) * New translations files-and-stats.mdx (Chinese Simplified) * New translations poi.mdx (Chinese Simplified) * New translations time.mdx (Chinese Simplified) * New translations routing.mdx (Chinese Simplified) * New translations scissors.mdx (Chinese Simplified) * New translations merge.mdx (Chinese Simplified) * New translations extract.mdx (Chinese Simplified) * New translations en.json (Chinese Simplified) * New translations minify.mdx (Chinese Simplified) * New translations extract.mdx (Chinese Simplified) * New translations map-controls.mdx (Chinese Simplified) * New translations clean.mdx (Chinese Simplified) * New translations elevation.mdx (Chinese Simplified) * New translations en.json (Chinese Simplified) * New translations gpx.mdx (Chinese Simplified) * New translations integration.mdx (Chinese Simplified) * New translations faq.mdx (Chinese Simplified) * New translations map-controls.mdx (Chinese Simplified) * New translations elevation.mdx (Chinese Simplified) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Simplified)
28 lines
829 B
Plaintext
28 lines
829 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>
|
|
|
|
### 编辑兴趣点
|
|
|
|
在地图上选取现有兴趣点后,使用上面的表单可对其进行编辑。
|
|
若只想移动兴趣点,可将其拖拽到所需位置。
|