mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-04-27 22:05:54 +00:00
* New translations en.json (Basque) * New translations en.json (Dutch) * New translations en.json (Catalan) * New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Belarusian) * New translations en.json (Czech) * New translations en.json (Danish) * New translations en.json (German) * New translations en.json (Greek) * New translations en.json (Finnish) * New translations en.json (Hebrew) * New translations en.json (Hungarian) * New translations en.json (Italian) * New translations en.json (Korean) * New translations en.json (Lithuanian) * New translations en.json (Norwegian) * New translations en.json (Polish) * New translations en.json (Portuguese) * New translations en.json (Russian) * New translations en.json (Swedish) * New translations en.json (Turkish) * New translations en.json (Ukrainian) * New translations en.json (Chinese Simplified) * New translations en.json (Vietnamese) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Indonesian) * New translations en.json (Thai) * New translations en.json (Latvian) * New translations en.json (Chinese Traditional, Hong Kong) * New translations en.json (Serbian (Latin)) * New translations view.mdx (Romanian) * New translations view.mdx (French) * New translations view.mdx (Spanish) * New translations view.mdx (Belarusian) * New translations view.mdx (Catalan) * New translations view.mdx (Czech) * New translations view.mdx (Danish) * New translations view.mdx (German) * New translations view.mdx (Greek) * New translations view.mdx (Basque) * New translations view.mdx (Finnish) * New translations view.mdx (Hebrew) * New translations view.mdx (Hungarian) * New translations view.mdx (Italian) * New translations view.mdx (Korean) * New translations view.mdx (Lithuanian) * New translations view.mdx (Dutch) * New translations view.mdx (Norwegian) * New translations view.mdx (Polish) * New translations view.mdx (Portuguese) * New translations view.mdx (Russian) * New translations view.mdx (Swedish) * New translations view.mdx (Turkish) * New translations view.mdx (Ukrainian) * New translations view.mdx (Chinese Simplified) * New translations view.mdx (Vietnamese) * New translations view.mdx (Portuguese, Brazilian) * New translations view.mdx (Indonesian) * New translations view.mdx (Thai) * New translations view.mdx (Latvian) * New translations view.mdx (Chinese Traditional, Hong Kong) * New translations view.mdx (Serbian (Latin)) * New translations en.json (French)
55 lines
2.4 KiB
Plaintext
55 lines
2.4 KiB
Plaintext
---
|
|
title: Opzioni di visualizzazione
|
|
---
|
|
|
|
<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 }
|
|
|
|
Questo menu fornisce opzioni per riorganizzare l'interfaccia e la visualizzazione delle mappe.
|
|
|
|
### <ChartArea size="16" class="inline-block" style="margin-bottom: 2px" /> Profilo altimetrico
|
|
|
|
Nascondi il profilo di elevazione per fare spazio alla mappa, o mostralo per ispezionare la selezione corrente.
|
|
|
|
### <ListTree size="16" class="inline-block" style="margin-bottom: 2px" /> Albero file
|
|
|
|
Attiva/disattiva la vista ad albero per la [lista dei file](../files-and-stats).
|
|
Questo layout è ideale per gestire un gran numero di file aperti, organizzandoli in una lista verticale sul lato destro della mappa.
|
|
Inoltre, la vista ad albero dei file consente di ispezionare [tracce, segmenti e punti di interesse](../gpx) all'interno dei file attraverso sezioni espandibili.
|
|
|
|
### <Map size="16" class="inline-block" style="margin-bottom: 2px" /> Passa alla mappa di base precedente
|
|
|
|
Cambia il la mappa di base con quella precedentemente selezionata attraverso il [controllo del livello mappa](../map-controls).
|
|
|
|
### <Layers2 size="16" class="inline-block" style="margin-bottom: 2px" /> Attiva/disattiva sovrapposizioni
|
|
|
|
Attiva/disattiva la visibilità dei livelli della mappa selezionati attraverso il [controllo del livello mappa](../map-controls).
|
|
|
|
### <Coins size="16" class="inline-block" style="margin-bottom: 2px" /> Marcatori di distanza
|
|
|
|
Attiva/disattiva la visibilità degli indicatori di distanza sulla mappa.
|
|
Sono visualizzati per la selezione corrente, come il [profilo di elevazione](../files-and-stats).
|
|
|
|
### <Milestone size="16" class="inline-block" style="margin-bottom: 2px" /> Frecce di direzione
|
|
|
|
Attiva/disattiva la visibilità delle frecce di direzione sulla mappa.
|
|
|
|
### <Box size="16" class="inline-block" style="margin-bottom: 2px" /> Attiva/Disattiva 3D
|
|
|
|
Entrare o uscire dalla vista mappa 3D.
|
|
|
|
<DocsNote>
|
|
|
|
Per controllare l'orientamento e l'inclinazione della mappa, puoi anche trascinare la mappa tenendo premuto <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.
|