49 lines
2.1 KiB
Text
49 lines
2.1 KiB
Text
---
|
|
title: Anzeigeoptionen
|
|
---
|
|
|
|
<script lang="ts">
|
|
import { ChartArea, ListTree, Map, Layers2, Coins, Milestone, Box } from 'lucide-svelte';
|
|
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
|
</script>
|
|
|
|
# { title }
|
|
|
|
Dieses Menü bietet Optionen zum Neuanordnen der Benutzeroberfläche und der Kartenansicht.
|
|
|
|
### <ChartArea size="16" class="inline-block" style="margin-bottom: 2px" /> Höhenprofil
|
|
|
|
Das Höhenprofil ausblenden, um Platz für die Karte zu schaffen, oder um die aktuelle Auswahl zu prüfen.
|
|
|
|
### <ListTree size="16" class="inline-block" style="margin-bottom: 2px" /> File tree
|
|
|
|
Toggle the tree layout for the [file list](../files-and-stats).
|
|
This layout is ideal for managing a large number of open files, as it organizes them into a vertical list on the right side of the map.
|
|
In addition, the file tree view enables you to inspect the [tracks, segments, and points of interest](../gpx) contained inside the files through collapsible sections.
|
|
|
|
### <Map size="16" class="inline-block" style="margin-bottom: 2px" /> Wechseln zur vorherigen Basiskarte
|
|
|
|
Ändere die Basiskarte auf jene, die zuvor über die [map layer control](../map-controls) ausgewählt wurde.
|
|
|
|
### <Layers2 size="16" class="inline-block" style="margin-bottom: 2px" /> Overlays Umschalten
|
|
|
|
Schaltet die Sichtbarkeit der Karten-Overlays um, die zuvor ausgewählt wurden mittels [map layer control](../map-controls).
|
|
|
|
### <Coins size="16" class="inline-block" style="margin-bottom: 2px" /> Entfernungsmarkierungen
|
|
|
|
Schaltet die Sichtbarkeit der Entfernungsmarker auf der Karte um.
|
|
Sie werden für die aktuelle Auswahl angezeigt, wie in [elevation profile](../files-and-stats).
|
|
|
|
### <Milestone size="16" class="inline-block" style="margin-bottom: 2px" /> Richtungspfeile
|
|
|
|
Schaltet die Sichtbarkeit der Richtungspfeile auf der Karte um.
|
|
|
|
### <Box size="16" class="inline-block" style="margin-bottom: 2px" /> 3D Ein/Aus
|
|
|
|
Aufrufen oder Beenden der 3D-Kartenansicht.
|
|
|
|
<DocsNote>
|
|
|
|
Um die Ausrichtung und Neigung der Karte zu steuern, können Sie die Karte auch ziehen, während Sie <kbd>die Strg-Taste</kbd> gedrückt halten.
|
|
|
|
</DocsNote>
|