* New translations gpx.mdx (Italian) * New translations funding.mdx (Italian) * New translations clean.mdx (Italian) * New translations files-and-stats.mdx (Hungarian) * New translations funding.mdx (Hungarian) * New translations funding.mdx (Hungarian) * New translations mapbox.mdx (Hungarian) * New translations translation.mdx (Hungarian) * New translations settings.mdx (Hungarian) * New translations clean.mdx (Italian) * New translations extract.mdx (Italian) * New translations toolbar.mdx (German) * New translations file.mdx (German) * New translations funding.mdx (German) * New translations mapbox.mdx (German) * New translations translation.mdx (German) * New translations edit.mdx (German) * New translations file.mdx (German) * New translations settings.mdx (German) * New translations routing.mdx (German) * New translations time.mdx (German) * New translations edit.mdx (German) * New translations settings.mdx (German) * New translations view.mdx (German) * New translations clean.mdx (German) * New translations extract.mdx (German) * New translations extract.mdx (Italian) * New translations merge.mdx (Italian) * New translations minify.mdx (Italian) * New translations routing.mdx (Italian) * New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Catalan) * New translations en.json (Czech) * New translations en.json (German) * New translations en.json (Greek) * New translations en.json (Hungarian) * New translations en.json (Italian) * New translations en.json (Lithuanian) * New translations en.json (Dutch) * New translations en.json (Norwegian) * New translations en.json (Polish) * New translations en.json (Portuguese) * New translations en.json (Russian) * New translations en.json (Swedish) * New translations en.json (Chinese Simplified) * New translations en.json (Vietnamese) * New translations en.json (Portuguese, Brazilian) * New translations integration.mdx (Romanian) * New translations integration.mdx (French) * New translations integration.mdx (Spanish) * New translations integration.mdx (Catalan) * New translations integration.mdx (Czech) * New translations integration.mdx (German) * New translations integration.mdx (Greek) * New translations integration.mdx (Hungarian) * New translations integration.mdx (Italian) * New translations integration.mdx (Lithuanian) * New translations integration.mdx (Dutch) * New translations integration.mdx (Norwegian) * New translations integration.mdx (Polish) * New translations integration.mdx (Portuguese) * New translations integration.mdx (Russian) * New translations integration.mdx (Swedish) * New translations integration.mdx (Chinese Simplified) * New translations integration.mdx (Vietnamese) * New translations integration.mdx (Portuguese, Brazilian) * Update source file en.json * Update source file integration.mdx * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Catalan) * New translations en.json (Czech) * New translations en.json (German) * New translations en.json (Greek) * New translations en.json (Hungarian) * New translations en.json (Italian) * New translations en.json (Dutch) * New translations en.json (Polish) * New translations en.json (Russian) * New translations en.json (Swedish) * New translations en.json (Chinese Simplified) * New translations integration.mdx (French)
49 lines
1.9 KiB
Plaintext
49 lines
1.9 KiB
Plaintext
---
|
|
title: Anzeigeoptionen
|
|
---
|
|
|
|
<script lang="ts">
|
|
import { ChartArea, GalleryVertical, 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.
|
|
|
|
### <GalleryVertical size="16" class="inline-block" style="margin-bottom: 2px" /> Vertikale Dateiliste
|
|
|
|
Wechseln Sie zwischen einem vertikalen und einem horizontalen Layout für die Dateiliste.
|
|
Die [vertical file list](../files-and-stats) ist sinnvoll, wenn viele Dateien geöffnet sind mit mehreren [tracks, segments, or points of interest](../gpx).
|
|
|
|
### <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>
|
|
|
|
To control the orientation and tilt of the map, you can also drag the map while holding <kbd>Ctrl</kbd>.
|
|
|
|
</DocsNote>
|