New translations poi.mdx (Spanish)
This commit is contained in:
parent
1ce3595f78
commit
1ffbd1cf6d
1 changed files with 9 additions and 9 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Points of interest
|
title: Puntos de interés
|
||||||
---
|
---
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
@ -9,19 +9,19 @@ title: Points of interest
|
||||||
|
|
||||||
# <MapPin size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
|
# <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.
|
Se pueden añadir [puntos de interés](../gpx) a archivos GPX para marcar ubicaciones de interés en el mapa y mostrarlos en tu dispositivo GPS.
|
||||||
|
|
||||||
### Creating a point of interest
|
### Creación de un punto de interés
|
||||||
|
|
||||||
To create a point of interest, fill in the form shown below.
|
Para crear un punto de interés, rellene el formulario que se muestra a continuación.
|
||||||
You can choose the location of the point of interest either by clicking on the map or by entering the coordinates manually.
|
Puede elegir la ubicación del punto de interés haciendo clic en el mapa o introduciendo las coordenadas manualmente.
|
||||||
Validate the form when you are done.
|
Valide el formulario cuando termine.
|
||||||
|
|
||||||
<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
|
### Edición de un punto de interés
|
||||||
|
|
||||||
The form above can also be used to edit an existing point of interest after selecting it on the map.
|
El formulario anterior también se puede usar para editar un punto de interés existente después de seleccionarlo en el mapa.
|
||||||
If you only need to move the point of interest, you can drag it to the desired location.
|
Si solo necesita mover el punto de interés, puede arrastrarlo a la ubicación deseada.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue