mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-10-14 11:38:18 +00:00

* New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Catalan) * New translations en.json (Czech) * New translations en.json (German) * New translations en.json (Greek) * New translations en.json (Hungarian) * New translations en.json (Italian) * New translations en.json (Lithuanian) * New translations en.json (Dutch) * New translations en.json (Norwegian) * New translations en.json (Polish) * New translations en.json (Portuguese) * New translations en.json (Russian) * New translations en.json (Swedish) * New translations en.json (Chinese Simplified) * New translations en.json (Vietnamese) * New translations en.json (Portuguese, Brazilian) * New translations translation.mdx (Hungarian) * New translations edit.mdx (Hungarian) * New translations clean.mdx (Hungarian) * New translations merge.mdx (Hungarian) * New translations minify.mdx (Hungarian) * New translations en.json (Korean) * New translations en.json (Hebrew) * New translations en.json (Finnish) * New translations elevation.mdx (Hungarian) * New translations en.json (Serbian (Latin)) * New translations en.json (Catalan) * New translations edit.mdx (Hungarian) * New translations file.mdx (Hungarian) * New translations poi.mdx (Hungarian) * New translations routing.mdx (Hungarian)
28 lines
1011 B
Plaintext
28 lines
1011 B
Plaintext
---
|
|
title: Nevezetes helyek
|
|
---
|
|
|
|
<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 }
|
|
|
|
A [Points of Interest](../gpx) hozzáadható a GPX-fájlokhoz, hogy megjelölje az érdekes helyeket a térképen, és megjelenítse azokat GPS-eszközén.
|
|
|
|
### Érdekes pont létrehozása
|
|
|
|
Érdekes pont létrehozásához töltse ki az alábbi űrlapot.
|
|
Kiválaszthatja az érdekes hely helyét a térképre kattintva vagy a koordináták manuális megadásával.
|
|
Ha végzett, érvényesítse az űrlapot.
|
|
|
|
<div class="flex flex-row justify-center">
|
|
<Waypoint class="text-foreground p-3 border rounded-md shadow-lg" />
|
|
</div>
|
|
|
|
### Érdekes pont szerkesztése
|
|
|
|
A fenti űrlap segítségével a térképen történő kijelölést követően szerkeszthet egy meglévő érdekességet.
|
|
Ha csak az érdekes pontot kell mozgatnia, húzhatja a kívánt helyre.
|