mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-05 01:42:54 +00:00
New Crowdin updates (#111)
* New translations map-controls.mdx (Italian) * New translations settings.mdx (Italian) * New translations en.json (French) * New translations en.json (Latvian) * New translations files-and-stats.mdx (Latvian) * New translations getting-started.mdx (Latvian) * New translations gpx.mdx (Latvian) * New translations funding.mdx (Latvian) * New translations mapbox.mdx (Latvian) * New translations translation.mdx (Latvian) * New translations integration.mdx (Latvian) * New translations map-controls.mdx (Latvian) * New translations menu.mdx (Latvian) * New translations edit.mdx (Latvian) * New translations file.mdx (Latvian) * New translations settings.mdx (Latvian) * New translations view.mdx (Latvian) * New translations toolbar.mdx (Latvian) * New translations clean.mdx (Latvian) * New translations extract.mdx (Latvian) * New translations merge.mdx (Latvian) * New translations minify.mdx (Latvian) * New translations poi.mdx (Latvian) * New translations routing.mdx (Latvian) * New translations scissors.mdx (Latvian) * New translations time.mdx (Latvian) * New translations faq.mdx (Latvian) * New translations elevation.mdx (Latvian) * New translations en.json (Latvian) * New translations funding.mdx (Latvian) * New translations translation.mdx (Latvian) * New translations time.mdx (Latvian) * New translations en.json (French)
This commit is contained in:
48
website/src/lib/docs/lv/menu/view.mdx
Normal file
48
website/src/lib/docs/lv/menu/view.mdx
Normal file
@@ -0,0 +1,48 @@
|
||||
---
|
||||
title: View options
|
||||
---
|
||||
|
||||
<script lang="ts">
|
||||
import { ChartArea, GalleryVertical, Map, Layers2, Coins, Milestone, Box } 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.
|
||||
|
||||
### <GalleryVertical size="16" class="inline-block" style="margin-bottom: 2px" /> Vertical file list
|
||||
|
||||
Switch between a vertical and a horizontal layout for the file list.
|
||||
The [vertical file list](../files-and-stats) is useful when you have many files open, or files with multiple [tracks, segments, or points of interest](../gpx).
|
||||
|
||||
### <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>
|
||||
|
||||
To control the orientation and tilt of the map, you can also drag the map while holding <kbd>Ctrl</kbd>.
|
||||
|
||||
</DocsNote>
|
Reference in New Issue
Block a user