mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-06-13 02:26:32 +00:00
9e2334ca83
* New translations en.json (Dutch) * New translations view.mdx (Dutch) * New translations en.json (Spanish) * New translations view.mdx (Spanish) * New translations view.mdx (Dutch) * New translations en.json (Chinese Simplified) * New translations view.mdx (Chinese Simplified) * New translations map-controls.mdx (Chinese Simplified) * New translations files-and-stats.mdx (Serbian (Latin)) * New translations edit.mdx (Serbian (Latin)) * New translations elevation.mdx (Serbian (Latin)) * New translations en.json (Serbian (Latin)) * New translations files-and-stats.mdx (Serbian (Latin)) * New translations edit.mdx (Serbian (Latin)) * New translations file.mdx (Serbian (Latin)) * New translations settings.mdx (Serbian (Latin)) * New translations view.mdx (Serbian (Latin)) * New translations clean.mdx (Serbian (Latin)) * New translations extract.mdx (Serbian (Latin)) * New translations merge.mdx (Serbian (Latin)) * New translations poi.mdx (Serbian (Latin)) * New translations routing.mdx (Serbian (Latin)) * New translations scissors.mdx (Serbian (Latin)) * New translations time.mdx (Serbian (Latin)) * New translations elevation.mdx (Serbian (Latin)) * New translations minify.mdx (Serbian (Latin)) * New translations routing.mdx (Serbian (Latin)) * New translations faq.mdx (Serbian (Latin)) * New translations integration.mdx (Serbian (Latin)) * New translations files-and-stats.mdx (Serbian (Latin)) * New translations integration.mdx (Serbian (Latin)) * New translations map-controls.mdx (Serbian (Latin)) * New translations menu.mdx (Serbian (Latin)) * New translations edit.mdx (Serbian (Latin)) * New translations file.mdx (Serbian (Latin)) * New translations view.mdx (Serbian (Latin)) * New translations toolbar.mdx (Serbian (Latin)) * New translations routing.mdx (Serbian (Latin)) * New translations scissors.mdx (Serbian (Latin)) * New translations gpx.mdx (Serbian (Latin)) * New translations integration.mdx (Serbian (Latin)) * New translations en.json (Russian) * New translations elevation.mdx (Dutch) [ci skip] * New translations map-controls.mdx (Dutch) [ci skip] * New translations elevation.mdx (Dutch) [ci skip] * New translations files-and-stats.mdx (Russian) [ci skip] * New translations view.mdx (Russian) [ci skip] * New translations clean.mdx (Norwegian) [ci skip] * New translations clean.mdx (Norwegian) [ci skip] * New translations en.json (Norwegian) [ci skip] * New translations poi.mdx (Norwegian) [ci skip] * New translations en.json (Indonesian) [ci skip] * New translations en.json (Dutch) [ci skip]
55 lines
2.4 KiB
Plaintext
55 lines
2.4 KiB
Plaintext
---
|
|
title: View options
|
|
---
|
|
|
|
<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 }
|
|
|
|
This menu provides options to rearrange the interface and the map view.
|
|
|
|
### <ChartArea size="16" class="inline-block" style="margin-bottom: 2px" /> Elevation profile
|
|
|
|
Hide the elevation profile to make room for the map, or show it to inspect the current selection.
|
|
|
|
### <ListTree size="16" class="inline-block" style="margin-bottom: 2px" /> File tree
|
|
|
|
Toggle the tree layout for the [file list](../files-and-stats).
|
|
Эта раскладка идеально подходит для управления большим количеством открытых файлов, так как она упорядочивает их в вертикальный список справа от карты.
|
|
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" /> Switch to previous basemap
|
|
|
|
Change the basemap to the one previously selected through the [map layer control](../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
|
|
|
|
Enter or exit the 3D map view.
|
|
|
|
<DocsNote>
|
|
|
|
Чтобы управлять ориентацией и наклоном карты, вы также можете перетаскивать карту, удерживая <kbd>Ctrl</kbd>.
|
|
|
|
</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.
|