mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 15:43:25 +00:00

* New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Catalan) * New translations en.json (Czech) * New translations en.json (German) * New translations en.json (Greek) * New translations en.json (Hungarian) * New translations en.json (Italian) * New translations en.json (Lithuanian) * New translations en.json (Dutch) * 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 (Chinese Simplified) * New translations en.json (Vietnamese) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Korean) * New translations en.json (Hebrew) * New translations en.json (Finnish) * New translations en.json (Belarusian) * New translations en.json (Serbian (Latin)) * New translations en.json (Danish) * New translations en.json (Latvian) * Update source file en.json * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Dutch) * New translations en.json (Italian) * New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Catalan) * New translations en.json (Czech) * New translations en.json (German) * New translations en.json (Greek) * New translations en.json (Hungarian) * New translations en.json (Italian) * New translations en.json (Lithuanian) * New translations en.json (Dutch) * 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 (Chinese Simplified) * New translations en.json (Vietnamese) * New translations en.json (Portuguese, Brazilian) * New translations files-and-stats.mdx (Romanian) * New translations files-and-stats.mdx (French) * New translations files-and-stats.mdx (Spanish) * New translations files-and-stats.mdx (Catalan) * New translations files-and-stats.mdx (Czech) * New translations files-and-stats.mdx (German) * New translations files-and-stats.mdx (Greek) * New translations files-and-stats.mdx (Hungarian) * New translations files-and-stats.mdx (Italian) * New translations files-and-stats.mdx (Lithuanian) * New translations files-and-stats.mdx (Dutch) * New translations files-and-stats.mdx (Norwegian) * New translations files-and-stats.mdx (Polish) * New translations files-and-stats.mdx (Portuguese) * New translations files-and-stats.mdx (Russian) * New translations files-and-stats.mdx (Swedish) * New translations files-and-stats.mdx (Chinese Simplified) * New translations files-and-stats.mdx (Vietnamese) * New translations files-and-stats.mdx (Portuguese, Brazilian) * New translations en.json (Korean) * New translations files-and-stats.mdx (Korean) * New translations en.json (Hebrew) * New translations files-and-stats.mdx (Hebrew) * New translations en.json (Finnish) * New translations files-and-stats.mdx (Finnish) * New translations en.json (Serbian (Latin)) * New translations files-and-stats.mdx (Serbian (Latin)) * New translations en.json (Belarusian) * New translations files-and-stats.mdx (Belarusian) * New translations en.json (Danish) * New translations files-and-stats.mdx (Danish) * New translations en.json (Latvian) * New translations files-and-stats.mdx (Latvian) * Update source file en.json * Update source file files-and-stats.mdx * New translations en.json (Spanish) * New translations en.json (Spanish) * New translations en.json (Spanish) * New translations en.json (Spanish) * New translations files-and-stats.mdx (Spanish) * New translations en.json (French) * New translations en.json (Dutch) * New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Catalan) * New translations en.json (Czech) * New translations en.json (German) * New translations en.json (Greek) * New translations en.json (Hungarian) * New translations en.json (Italian) * New translations en.json (Lithuanian) * New translations en.json (Dutch) * 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 (Chinese Simplified) * New translations en.json (Vietnamese) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Korean) * New translations en.json (Hebrew) * New translations en.json (Finnish) * New translations en.json (Serbian (Latin)) * New translations en.json (Belarusian) * New translations en.json (Danish) * New translations en.json (Latvian) * Update source file en.json * New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Catalan) * New translations en.json (Czech) * New translations en.json (German) * New translations en.json (Greek) * New translations en.json (Hungarian) * New translations en.json (Italian) * New translations en.json (Lithuanian) * New translations en.json (Dutch) * 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 (Chinese Simplified) * New translations en.json (Vietnamese) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Korean) * New translations en.json (Hebrew) * New translations en.json (Finnish) * New translations en.json (Belarusian) * New translations en.json (Serbian (Latin)) * New translations en.json (Danish) * New translations en.json (Latvian) * New translations en.json (French) * New translations en.json (Dutch) * New translations files-and-stats.mdx (French) * New translations files-and-stats.mdx (Dutch)
83 lines
3.5 KiB
Plaintext
83 lines
3.5 KiB
Plaintext
---
|
|
title: Files and statistics
|
|
---
|
|
|
|
<script>
|
|
import { ChartNoAxesColumn } 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>
|
|
|
|
### File selection
|
|
|
|
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
|
|
|
|
By right-clicking on a file tab, you can access the same actions as in the [edit menu](./menu/edit).
|
|
|
|
### Vertical layout
|
|
|
|
As mentioned in the [view options section](./menu/view), you can switch between a horizontal and a vertical layout for the file list.
|
|
The vertical file list is useful when you have many files open, or files with multiple [tracks, segments, or points of interest](./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>
|
|
|
|
## Elevation profile and statistics
|
|
|
|
At the bottom of the interface, you can find the elevation profile and statistics for the current selection.
|
|
|
|
<DocsNote>
|
|
|
|
The size of the elevation profile can be adjusted by dragging the separator between the map and the elevation profile.
|
|
|
|
</DocsNote>
|
|
|
|
### Interactive statistics
|
|
|
|
When hovering over the elevation profile, a tooltip will show statistics at the cursor position.
|
|
|
|
To get the statistics for a specific section of the elevation profile, you can drag a selection rectangle on the profile.
|
|
Click on the profile to reset the selection.
|
|
|
|
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.
|
|
|
|
### Additional data
|
|
|
|
Using the <kbd><ChartNoAxesColumn size="16" class="inline-block" style="margin-bottom: 2px"/></kbd> button at the bottom-right of the elevation profile, you can optionally color the elevation profile by:
|
|
|
|
- **slope** information computed from the elevation data, or
|
|
- **surface** or **category** data coming from <a href="https://www.openstreetmap.org/" target="_blank">OpenStreetMap</a>'s <a href="https://wiki.openstreetmap.org/wiki/Key:surface" target="_blank">surface</a> and <a href="https://wiki.openstreetmap.org/wiki/Key:highway" target="_blank">highway</a> tags.
|
|
This is only available for files created with **gpx.studio**.
|
|
|
|
If your selection includes it, you can also visualize: **speed**, **heart rate**, **cadence**, **temperature** and **power** data on the elevation profile.
|