New translations poi.mdx (Chinese Simplified)
This commit is contained in:
parent
2db24b5d78
commit
6a72ce8d1d
1 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Points of interest
|
title: 兴趣点
|
||||||
---
|
---
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
@ -11,17 +11,17 @@ title: Points of interest
|
||||||
|
|
||||||
[Points of interest](../gpx) can be added to GPX files to mark locations of interest on the map and display them on your GPS device.
|
[Points of interest](../gpx) can be added to GPX files to mark locations of interest on the map and display them on your GPS device.
|
||||||
|
|
||||||
### Creating a point of interest
|
### 创建兴趣点
|
||||||
|
|
||||||
To create a point of interest, fill in the form shown below.
|
To create a point of interest, fill in the form shown below.
|
||||||
You can choose the location of the point of interest either by clicking on the map or by entering the coordinates manually.
|
您可以通过点击地图或手动输入坐标来选择兴趣点的位置。
|
||||||
Validate the form when you are done.
|
Validate the form when you are done.
|
||||||
|
|
||||||
<div class="flex flex-row justify-center">
|
<div class="flex flex-row justify-center">
|
||||||
<Waypoint class="text-foreground p-3 border rounded-md shadow-lg" />
|
<Waypoint class="text-foreground p-3 border rounded-md shadow-lg" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
### Editing a point of interest
|
### 编辑兴趣点
|
||||||
|
|
||||||
The form above can also be used to edit an existing point of interest after selecting it on the map.
|
The form above can also be used to edit an existing point of interest after selecting it on the map.
|
||||||
If you only need to move the point of interest, you can drag it to the desired location.
|
如果您只需要移动兴趣点,您可以将其拖动到所需位置。
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue