mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-03-20 19:46:32 +00:00
50 lines
2.0 KiB
Plaintext
50 lines
2.0 KiB
Plaintext
---
|
|
title: Akcje menu Widok
|
|
---
|
|
|
|
<script lang="ts">
|
|
import { ChartArea, ListTree, Map, Layers2, Coins, Milestone, Box } from '@lucide/svelte';
|
|
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
|
</script>
|
|
|
|
# { title }
|
|
|
|
To menu zawiera opcje zmiany kolejności interfejsu i widoku mapy.
|
|
|
|
### <ChartArea size="16" class="inline-block" style="margin-bottom: 2px" /> Profil wysokościowy
|
|
|
|
Ukryj profil ukształtowania terenu, aby zrobić miejsce na mapie lub pokaż go, aby sprawdzić bieżący wybór.
|
|
|
|
### <ListTree size="16" class="inline-block" style="margin-bottom: 2px" /> Drzewo plików
|
|
|
|
Przełącz układ drzewa na [listy plików](../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.
|
|
Dodatkowo, widok drzewa plików umożliwia sprawdzenie [tras, segmentów, oraz punktów zainteresowania](../gpx) zawarte w plikach poprzez zwijalne sekcje.
|
|
|
|
### <Map size="16" class="inline-block" style="margin-bottom: 2px" /> Przełącz na poprzednią mapę
|
|
|
|
Zmień mapę na mapę wybraną poprzednio przez [sterowanie warstwą map](../map-controls).
|
|
|
|
### <Layers2 size="16" class="inline-block" style="margin-bottom: 2px" /> Toggle overlays
|
|
|
|
Toggle the visibility of the map overlays selected through the [map layer control](../map-controls).
|
|
|
|
### <Coins size="16" class="inline-block" style="margin-bottom: 2px" /> Distance markers
|
|
|
|
Toggle the visibility of distance markers on the map.
|
|
They are displayed for the current selection, like the [elevation profile](../files-and-stats).
|
|
|
|
### <Milestone size="16" class="inline-block" style="margin-bottom: 2px" /> Direction arrows
|
|
|
|
Toggle the visibility of direction arrows on the map.
|
|
|
|
### <Box size="16" class="inline-block" style="margin-bottom: 2px" /> Toggle 3D
|
|
|
|
Włącza lub wychodzi z widoku mapy 3D.
|
|
|
|
<DocsNote>
|
|
|
|
To control the orientation and tilt of the map, you can also drag the map while holding <kbd>Ctrl</kbd>.
|
|
|
|
</DocsNote>
|