mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-05 01:42:54 +00:00

* New translations en.json (Russian) * New translations en.json (Dutch) * New translations en.json (Dutch) * New translations files-and-stats.mdx (Dutch) * New translations getting-started.mdx (Dutch) * New translations gpx.mdx (Dutch) * New translations funding.mdx (Dutch) * New translations translation.mdx (Dutch) * New translations integration.mdx (Dutch) * New translations map-controls.mdx (Dutch) * New translations edit.mdx (Dutch) * New translations file.mdx (Dutch) * New translations settings.mdx (Dutch) * New translations view.mdx (Dutch) * New translations extract.mdx (Dutch) * New translations merge.mdx (Dutch) * New translations minify.mdx (Dutch) * New translations scissors.mdx (Dutch) * New translations time.mdx (Dutch) * New translations en.json (Turkish) * New translations en.json (Turkish) * New translations integration.mdx (Italian) * New translations toolbar.mdx (Italian) * New translations integration.mdx (Italian) * New translations en.json (German) * New translations files-and-stats.mdx (German) * New translations view.mdx (German) * New translations files-and-stats.mdx (German)
50 lines
2.0 KiB
Plaintext
50 lines
2.0 KiB
Plaintext
---
|
|
title: Bekijk opties
|
|
---
|
|
|
|
<script lang="ts">
|
|
import { ChartArea, ListTree, Map, Layers2, Coins, Milestone, Box } 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>
|