mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 23:53:25 +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.1 KiB
Plaintext
50 lines
2.1 KiB
Plaintext
---
|
|
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).
|
|
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.
|
|
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>
|