mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-05-26 18:15:10 +00:00
9e2334ca83
* New translations en.json (Dutch) * New translations view.mdx (Dutch) * New translations en.json (Spanish) * New translations view.mdx (Spanish) * New translations view.mdx (Dutch) * New translations en.json (Chinese Simplified) * New translations view.mdx (Chinese Simplified) * New translations map-controls.mdx (Chinese Simplified) * New translations files-and-stats.mdx (Serbian (Latin)) * New translations edit.mdx (Serbian (Latin)) * New translations elevation.mdx (Serbian (Latin)) * New translations en.json (Serbian (Latin)) * New translations files-and-stats.mdx (Serbian (Latin)) * New translations edit.mdx (Serbian (Latin)) * New translations file.mdx (Serbian (Latin)) * New translations settings.mdx (Serbian (Latin)) * New translations view.mdx (Serbian (Latin)) * New translations clean.mdx (Serbian (Latin)) * New translations extract.mdx (Serbian (Latin)) * New translations merge.mdx (Serbian (Latin)) * New translations poi.mdx (Serbian (Latin)) * New translations routing.mdx (Serbian (Latin)) * New translations scissors.mdx (Serbian (Latin)) * New translations time.mdx (Serbian (Latin)) * New translations elevation.mdx (Serbian (Latin)) * New translations minify.mdx (Serbian (Latin)) * New translations routing.mdx (Serbian (Latin)) * New translations faq.mdx (Serbian (Latin)) * New translations integration.mdx (Serbian (Latin)) * New translations files-and-stats.mdx (Serbian (Latin)) * New translations integration.mdx (Serbian (Latin)) * New translations map-controls.mdx (Serbian (Latin)) * New translations menu.mdx (Serbian (Latin)) * New translations edit.mdx (Serbian (Latin)) * New translations file.mdx (Serbian (Latin)) * New translations view.mdx (Serbian (Latin)) * New translations toolbar.mdx (Serbian (Latin)) * New translations routing.mdx (Serbian (Latin)) * New translations scissors.mdx (Serbian (Latin)) * New translations gpx.mdx (Serbian (Latin)) * New translations integration.mdx (Serbian (Latin)) * New translations en.json (Russian) * New translations elevation.mdx (Dutch) [ci skip] * New translations map-controls.mdx (Dutch) [ci skip] * New translations elevation.mdx (Dutch) [ci skip] * New translations files-and-stats.mdx (Russian) [ci skip] * New translations view.mdx (Russian) [ci skip] * New translations clean.mdx (Norwegian) [ci skip] * New translations clean.mdx (Norwegian) [ci skip] * New translations en.json (Norwegian) [ci skip] * New translations poi.mdx (Norwegian) [ci skip] * New translations en.json (Indonesian) [ci skip] * New translations en.json (Dutch) [ci skip]
28 lines
1009 B
Plaintext
28 lines
1009 B
Plaintext
---
|
|
title: Tačke interesa
|
|
---
|
|
|
|
<script>
|
|
import { MapPin } from '@lucide/svelte';
|
|
import Waypoint from '$lib/components/toolbar/tools/waypoint/Waypoint.svelte';
|
|
</script>
|
|
|
|
# <MapPin size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
|
|
|
|
[Tačke interesa](../gpx) mogu se dodati GPX datotekama da bi se označile lokacije od interesa na mapi i prikazale na vašem GPS uređaju.
|
|
|
|
### Uređivanje tačke interesa
|
|
|
|
Da biste kreirali tačku interesovanja, popunite obrazac prikazan ispod.
|
|
Lokaciju tačke interesovanja možete odabrati klikom na mapu ili ručnim unosom koordinata.
|
|
Potvrdite obrazac kada završite.
|
|
|
|
<div class="flex flex-row justify-center">
|
|
<Waypoint class="text-foreground p-3 border rounded-md shadow-lg" />
|
|
</div>
|
|
|
|
### Uređivanje tačke interesa
|
|
|
|
Gornji obrazac se takođe može koristiti za uređivanje postojeće tačke interesovanja nakon što je odaberete na mapi.
|
|
Ako samo treba da pomerite tačku interesovanja, možete je prevući na željenu lokaciju.
|