mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-12-03 18:32:12 +00:00
* New translations files-and-stats.mdx (Dutch) * New translations elevation.mdx (Italian) * New translations en.json (Italian) * New translations files-and-stats.mdx (Italian)
83 lines
3.6 KiB
Plaintext
83 lines
3.6 KiB
Plaintext
---
|
|
title: Files and statistics
|
|
---
|
|
|
|
<script>
|
|
import { TriangleRight, BrickWall, Zap, HeartPulse, Orbit, Thermometer, SquareActivity } from 'lucide-svelte';
|
|
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
|
</script>
|
|
|
|
# { title }
|
|
|
|
## File list
|
|
|
|
Once you have [opened](./menu/file) files, they will be shown as tabs in the file list located at the bottom of the map.
|
|
You can reorder them by dragging and dropping the tabs.
|
|
And when many files are open, you can scroll through the list of tabs to navigate between them.
|
|
|
|
<DocsNote>
|
|
|
|
When using a mouse, you need to hold <kbd>Shift</kbd> to scroll horizontally.
|
|
|
|
</DocsNote>
|
|
|
|
### Selezione del file
|
|
|
|
By clicking on a tab, you can switch between the files to inspect their statistics, and apply [edit actions](./menu/edit) and [tools](./toolbar) to them.
|
|
By holding the <kbd>Ctrl/Cmd</kbd> key, you can add files to the selection or remove them, and by holding <kbd>Shift</kbd>, you can select a range of files.
|
|
Most of the [edit actions](./menu/edit) and [tools](./toolbar) can be applied to multiple files at once.
|
|
|
|
<DocsNote>
|
|
|
|
You can also navigate through the files using the arrow keys on your keyboard, and use <kbd>Shift</kbd> to add files to the selection.
|
|
|
|
</DocsNote>
|
|
|
|
### Edit actions
|
|
|
|
.
|
|
|
|
### Layout verticale
|
|
|
|
As mentioned in the [view options section](./menu/view), you can switch between a horizontal and a vertical layout for the file list.
|
|
L'elenco di file verticali è utile quando si hanno molti file aperti, o file con più tracce, segmenti o punti di interesse (./gpx).
|
|
Indeed, this layout allows you to inspect the content of the files through collapsible sections.
|
|
|
|
You can also apply [edit actions](./menu/edit) and [tools](./toolbar) to internal file items.
|
|
Furthermore, you can drag and drop the inner items to reorder them, or move them in the hierarchy or even to another file.
|
|
|
|
<DocsNote>
|
|
|
|
The size of the file list can be adjusted by dragging the separator between the map and the file list.
|
|
|
|
</DocsNote>
|
|
|
|
## Profilo di elevazione e statistiche
|
|
|
|
Nella parte inferiore dell'interfaccia è possibile trovare il profilo di elevazione e le statistiche per la selezione corrente.
|
|
|
|
<DocsNote>
|
|
|
|
The size of the elevation profile can be adjusted by dragging the separator between the map and the elevation profile.
|
|
|
|
</DocsNote>
|
|
|
|
### Statistiche interattive
|
|
|
|
When hovering over the elevation profile, a tooltip will show statistics at the cursor position.
|
|
|
|
Per ottenere le statistiche per una sezione specifica del profilo di elevazione, è possibile trascinare un rettangolo di selezione sul profilo.
|
|
Fare clic sul profilo per resettare la selezione.
|
|
|
|
You can also use the mouse wheel to zoom in and out on the elevation profile, and move left and right by dragging the profile while holding the <kbd>Shift</kbd> key.
|
|
|
|
### Dati aggiuntivi
|
|
|
|
Utilizzando i pulsanti a destra del profilo di elevazione, è possibile colorare opzionalmente il profilo di elevazione mediante:
|
|
|
|
- **slope** <TriangleRight size="16" class="inline-block" style="margin-bottom: 2px" /> informazioni calcolate dai dati di elevazione, o
|
|
- .
|
|
È disponibile solo per i file creati con **gpx.studio**.
|
|
|
|
Se la tua selezione lo prevede puoi visualizzare anche i dati di: **velocità** <Zap size="16" class="inline-block" style="margin-bottom: 2px" />, **frequenza cardiaca** <HeartPulse size="16" class="inline-block" style="margin-bottom: 2px" />, **cadenza** <Orbit size="16" class="inline-block" style="margin-bottom: 2px" />, **temperatura** <Thermometer size="16" class="inline-block" style="margin-bottom: 2px" />, e **potenza** <SquareActivity size="16" class="inline-block" style="margin-bottom: 2px" /> sul profilo altimetrico.
|