Files
gpx.studio/website/src/lib/docs/en/toolbar/poi.mdx

27 lines
1002 B
Plaintext
Raw Normal View History

2024-07-08 22:43:50 +02:00
---
title: Points of interest
---
2024-07-09 22:49:57 +02:00
<script>
2025-06-21 21:07:36 +02:00
import { MapPin } from '@lucide/svelte';
2025-10-05 19:34:05 +02:00
import Waypoint from '$lib/components/toolbar/tools/waypoint/Waypoint.svelte';
2024-07-09 22:49:57 +02:00
</script>
# <MapPin size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
2024-07-23 11:50:41 +02:00
[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.
2024-07-09 22:49:57 +02:00
### Creating a point of interest
2024-07-10 15:09:52 +02:00
To create a point of interest, fill in the form shown below.
2024-07-09 22:49:57 +02:00
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.
<div class="flex flex-row justify-center">
<Waypoint class="text-foreground p-3 border rounded-md shadow-lg" />
</div>
### Editing a point of interest
2024-07-23 11:50:41 +02:00
The form above can also be used to edit an existing point of interest after selecting it on the map.
2024-07-09 22:49:57 +02:00
If you only need to move the point of interest, you can drag it to the desired location.