mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 08:42:31 +00:00
28 lines
993 B
Plaintext
28 lines
993 B
Plaintext
![]() |
---
|
||
|
title: Points of interest
|
||
|
---
|
||
|
|
||
|
<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 }
|
||
|
|
||
|
[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.
|
||
|
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
|
||
|
|
||
|
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.
|