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: Bekijk opties
|
|
---
|
|
|
|
<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 }
|
|
|
|
Dit menu biedt opties om de interface en de kaartweergave te herschikken.
|
|
|
|
### <ChartArea size="16" class="inline-block" style="margin-bottom: 2px" /> Hoogte profiel
|
|
|
|
Verberg het hoogteprofiel om ruimte te maken voor de kaart, of toon het om de huidige selectie te inspecteren.
|
|
|
|
### <ListTree size="16" class="inline-block" style="margin-bottom: 2px" /> Bestandsboom
|
|
|
|
Schakel naar de boomstructuur voor de [bestandslijst](../files-and-stats).
|
|
Deze indeling is ideaal voor het beheren van een groot aantal open bestanden, omdat deze geordend worden in een verticale lijst op de rechterkant van de kaart.
|
|
Daarnaast kun je met de boomweergave de [routes, segmenten, en interessante punten](../gpx) in de bestanden bekijken door middel van inklapbare secties.
|
|
|
|
### <Map size="16" class="inline-block" style="margin-bottom: 2px" /> Wissel naar vorige basiskaart
|
|
|
|
Verander de basiskaart naar de kaart die eerder is geselecteerd via [kaartlaag controle](../map-controls).
|
|
|
|
### <Layers2 size="16" class="inline-block" style="margin-bottom: 2px" /> Schakel lagen
|
|
|
|
Verander de basiskaart naar de kaart die eerder is geselecteerd via [kaartlaag controle](../map-controls).
|
|
|
|
### <Coins size="16" class="inline-block" style="margin-bottom: 2px" /> afstandsmarkeringen
|
|
|
|
De zichtbaarheid van afstandsmarkeringen op de kaart in-/uitschakelen.
|
|
Ze worden weergegeven voor de huidige selectie, zoals het [hoogteprofiel](../files-and-stats).
|
|
|
|
### <Milestone size="16" class="inline-block" style="margin-bottom: 2px" /> Richtingspijlen
|
|
|
|
Afstandsmarkeringen op de kaart in-/uitschakelen.
|
|
|
|
### <Box size="16" class="inline-block" style="margin-bottom: 2px" /> Schakel 3D in/uit
|
|
|
|
Voer in of verlaat de 3D-mapweergave.
|
|
|
|
<DocsNote>
|
|
|
|
Om de oriëntatie en kanteling van de kaart te bepalen, kun je ook de kaart slepen terwijl je <kbd>Ctrl</kbd> ingedrukt houdt.
|
|
|
|
</DocsNote>
|
|
|
|
### <Maximize2 size="16" class="inline-block" style="margin-bottom: 2px" /> Volledig scherm
|
|
|
|
Start of stop volledig scherm modus.
|
|
Je kunt ook op <kbd>F11</kbd> drukken om te wisselen, of <kbd>Escape</kbd> om af te sluiten.
|