mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-06-13 02:26:32 +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]
35 lines
1.7 KiB
Plaintext
35 lines
1.7 KiB
Plaintext
---
|
|
title: GPX format datoteke
|
|
---
|
|
|
|
<script>
|
|
import { Waypoints, MapPin } from '@lucide/svelte';
|
|
</script>
|
|
|
|
# { title }
|
|
|
|
<a href="https://www.topografix.com/gpx.asp" target="_blank">GPX format datoteke</a> je otvoreni standard za razmenu GPS podataka između aplikacija i GPS uređaja.
|
|
U suštini se sastoji od niza GPS tačaka koje kodiraju jedan ili više GPS trekova, i, opciono, neke interesantne tačke.
|
|
|
|
GPX datoteke mogu da sadrže i metapodatke, od kojih su polja **naziv** i **opis** najkorisnija za korisnike.
|
|
|
|
### <Waypoints size="16" class="inline-block" style="margin-bottom: 2px" /> Praćenja, segmenti i GPS tačke
|
|
|
|
Kao što je gore pomenuto, GPX datoteka može sadržati više GPS trekova.
|
|
Oni su organizovani u hijerarhijsku strukturu, sa putanjama na najvišem nivou.
|
|
|
|
- **Putanja** je napravljena od niza nepovezanih segmenata.
|
|
Štaviše, može da sadrži metapodatke kao što su **ime**, **opis** i **svojstva izgleda**.
|
|
- **Segment** je niz GPS tačaka koje čine neprekidnu putanju.
|
|
- **GPS tačka** je lokacija sa geografskom širinom, dužinom i opciono vremenskom oznakom i visinom.
|
|
Neki uređaji takođe čuvaju dodatne informacije kao što su otkucaji srca, kadenca, temperatura i snaga.
|
|
|
|
U većini slučajeva, GPX datoteke sadrže jednu stazu sa jednim segmentom.
|
|
Međutim, gore opisana hijerarhija omogućava naprednije slučajeve upotrebe, kao što je planiranje višednevnih putovanja sa nekoliko varijanti za svaki dan.
|
|
|
|
### <MapPin size="16" class="inline-block" style="margin-bottom: 2px" /> Tačke od interesa
|
|
|
|
**Tačke od interesa** (tehnički nazvane _putne tačke_) predstavljaju lokacije od interesa koje se prikazuju na GPS uređaju ili na digitalnoj mapi.
|
|
|
|
Pored svojih koordinata, tačka interesovanja može imati **naziv** i **opis**.
|