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]
55 lines
2.3 KiB
Plaintext
55 lines
2.3 KiB
Plaintext
---
|
|
title: Opcije prikaza
|
|
---
|
|
|
|
<script lang="ts">
|
|
import { ChartArea, ListTree, Map, Layers2, Coins, Milestone, Box, Maximize2 } from '@lucide/svelte';
|
|
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
|
</script>
|
|
|
|
# { title }
|
|
|
|
Ovaj meni pruža opcije za promenu rasporeda interfejsa i prikaza mape.
|
|
|
|
### <ChartArea size="16" class="inline-block" style="margin-bottom: 2px" /> Visinski profil
|
|
|
|
Sakrijte profil nadmorske visine da biste napravili mesta za mapu ili ga prikažite da biste pregledali trenutni izbor.
|
|
|
|
### <ListTree size="16" class="inline-block" style="margin-bottom: 2px" /> Stablo datoteka
|
|
|
|
Uključi/isključi raspored stabla za [listu datoteka](../files-and-stats).
|
|
Ovaj raspored je idealan za upravljanje velikim brojem otvorenih datoteka, jer ih organizuje u vertikalnu listu na desnoj strani mape.
|
|
Pored toga, prikaz stabla datoteka vam omogućava da pregledate [trase, segmente i tačke interesovanja](../gpx) sadržane unutar datoteka putem sklopivih odeljaka.
|
|
|
|
### <Map size="16" class="inline-block" style="margin-bottom: 2px" /> Vrati prethodnu osnovnu mapu
|
|
|
|
Promenite osnovnu mapu na onu koja je prethodno izabrana pomoću [kontrole sloja mape](../map-controls).
|
|
|
|
### <Layers2 size="16" class="inline-block" style="margin-bottom: 2px" /> Uključi/isključi preklapanja
|
|
|
|
Uključite/isključite vidljivost slojeva mape izabranih pomoću [kontrole sloja mape](../map-controls).
|
|
|
|
### <Coins size="16" class="inline-block" style="margin-bottom: 2px" /> Označivači udaljenosti
|
|
|
|
Uključite/isključite vidljivost markera udaljenosti na mapi.
|
|
Prikazuju se za trenutni izbor, kao što je [profil nadmorske visine](../datoteke-i-statistika).
|
|
|
|
### <Milestone size="16" class="inline-block" style="margin-bottom: 2px" /> Strelice za smer
|
|
|
|
Uključite/isključite vidljivost strelica za smer na mapi.
|
|
|
|
### <Box size="16" class="inline-block" style="margin-bottom: 2px" /> Uključi/isključi 3D
|
|
|
|
Uđite u 3D prikaz mape ili ga zatvorite.
|
|
|
|
<DocsNote>
|
|
|
|
Da biste kontrolisali orijentaciju i nagib mape, možete je prevlačiti dok držite pritisnut taster <kbd>Ctrl</kbd>.
|
|
|
|
</DocsNote>
|
|
|
|
### <Maximize2 size="16" class="inline-block" style="margin-bottom: 2px" /> Ceo ekran
|
|
|
|
Uđite u režim celog ekrana ili ga izbacite.
|
|
Takođe možete pritisnuti <kbd>F11</kbd> da biste prebacili ili <kbd>Escape</kbd> da biste izašli.
|