mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-12-02 18:12:11 +00:00
50 lines
1.9 KiB
Plaintext
50 lines
1.9 KiB
Plaintext
---
|
|
title: View options
|
|
---
|
|
|
|
<script lang="ts">
|
|
import { ChartArea, ListTree, Map, Layers2, Coins, Milestone, Box } MYLUCIDESVELTEIMPORT;
|
|
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
|
</script>
|
|
|
|
# { title }
|
|
|
|
This menu provides options to rearrange the interface and the map view.
|
|
|
|
### <ChartArea size="16" class="inline-block" style="margin-bottom: 2px" /> Elevation profile
|
|
|
|
Dölj höjdprofilen för att ge utrymme för kartan eller visa den för att inspektera aktuella val.
|
|
|
|
### <ListTree size="16" class="inline-block" style="margin-bottom: 2px" /> File tree
|
|
|
|
Växla trädlayouten för [fillistan](../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 spår, segment och intressanta punkter](../gpx) som finns i filerna genom kollapserbara sektioner.
|
|
|
|
### <Map size="16" class="inline-block" style="margin-bottom: 2px" /> Switch to previous basemap
|
|
|
|
Ändra baskartan till den som tidigare valdes genom [kartlagerkontrollen](../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" />Distansmarkeringar
|
|
|
|
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
|
|
|
|
Enter or exit the 3D map view.
|
|
|
|
<DocsNote>
|
|
|
|
To control the orientation and tilt of the map, you can also drag the map while holding <kbd>Ctrl</kbd>.
|
|
|
|
</DocsNote>
|