mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-07-25 12:56:29 +00:00
08d1f1d5e4
* New translations en.json (Basque) * New translations en.json (Dutch) * New translations en.json (Catalan) * New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Belarusian) * New translations en.json (Czech) * New translations en.json (Danish) * New translations en.json (German) * New translations en.json (Greek) * New translations en.json (Finnish) * New translations en.json (Hebrew) * New translations en.json (Hungarian) * New translations en.json (Italian) * New translations en.json (Korean) * New translations en.json (Lithuanian) * 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 (Turkish) * New translations en.json (Ukrainian) * New translations en.json (Chinese Simplified) * New translations en.json (Vietnamese) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Indonesian) * New translations en.json (Thai) * New translations en.json (Latvian) * New translations en.json (Chinese Traditional, Hong Kong) * New translations en.json (Serbian (Latin)) * New translations view.mdx (Romanian) * New translations view.mdx (French) * New translations view.mdx (Spanish) * New translations view.mdx (Belarusian) * New translations view.mdx (Catalan) * New translations view.mdx (Czech) * New translations view.mdx (Danish) * New translations view.mdx (German) * New translations view.mdx (Greek) * New translations view.mdx (Basque) * New translations view.mdx (Finnish) * New translations view.mdx (Hebrew) * New translations view.mdx (Hungarian) * New translations view.mdx (Italian) * New translations view.mdx (Korean) * New translations view.mdx (Lithuanian) * New translations view.mdx (Dutch) * New translations view.mdx (Norwegian) * New translations view.mdx (Polish) * New translations view.mdx (Portuguese) * New translations view.mdx (Russian) * New translations view.mdx (Swedish) * New translations view.mdx (Turkish) * New translations view.mdx (Ukrainian) * New translations view.mdx (Chinese Simplified) * New translations view.mdx (Vietnamese) * New translations view.mdx (Portuguese, Brazilian) * New translations view.mdx (Indonesian) * New translations view.mdx (Thai) * New translations view.mdx (Latvian) * New translations view.mdx (Chinese Traditional, Hong Kong) * New translations view.mdx (Serbian (Latin)) * New translations en.json (French)
55 lines
2.3 KiB
Plaintext
55 lines
2.3 KiB
Plaintext
---
|
|
title: Anzeigeoptionen
|
|
---
|
|
|
|
<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 }
|
|
|
|
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" /> Dateibaum
|
|
|
|
Umschalten des vertikalen Layouts für die [Dateiliste](../files-and-stats).
|
|
Dieses Layout eignet sich am besten um für eine große Anzahl von Dateien, da es diese in einer vertikalen Liste auf der rechten Seite der Karte anordnet.
|
|
Darüber hinaus ermöglicht die Dateibaumansicht die Prüfung der [Tracks, Segmente, und Punkte von Interesse](../gpx), die in den Dateien durch zusammenklappbare Abschnitte enthalten sind.
|
|
|
|
### <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>
|
|
|
|
### <Maximize2 size="16" class="inline-block" style="margin-bottom: 2px" /> Full screen
|
|
|
|
Enter or exit full screen mode.
|
|
You can also press <kbd>F11</kbd> to toggle, or <kbd>Escape</kbd> to exit.
|