
* 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)
38 lines
1.6 KiB
Text
38 lines
1.6 KiB
Text
---
|
|
title: Getting started
|
|
---
|
|
|
|
<script lang="ts">
|
|
import interfaceScreenshot from '$lib/assets/img/docs/getting-started/interface.png?enhanced';
|
|
import DocsImage from '$lib/components/docs/DocsImage.svelte';
|
|
</script>
|
|
|
|
# { title }
|
|
|
|
Welcome to the official guide for **gpx.studio**!
|
|
This guide will walk you through all the components and tools of the interface, helping you become a proficient user of the application.
|
|
|
|
<DocsImage src={interfaceScreenshot} alt="The gpx.studio interface." />
|
|
|
|
As shown in the screenshot above, the interface is divided into four main sections organized around the map.
|
|
Before we dive into the details of each section, let's have a quick overview of the interface.
|
|
|
|
## Menu
|
|
|
|
At the top of the interface, you will find the [main menu](./menu).
|
|
This is where you can access common actions such as opening, closing, and exporting files, undoing and redoing actions, and adjusting the application settings.
|
|
|
|
## Files and statistics
|
|
|
|
At the bottom of the interface, you will find the list of files currently open in the application.
|
|
You can click on a file to select it and display its statistics below the list.
|
|
In the [dedicated section](./files-and-stats), we will explain how to select multiple files and switch to a vertical layout for advanced file management.
|
|
|
|
## Toolbar
|
|
|
|
On the left side of the interface, you will find the [toolbar](./toolbar), which contains all the tools you can use to edit your files.
|
|
|
|
## Map controls
|
|
|
|
Finally, on the right side of the interface, you will find the [map controls](./map-controls).
|
|
These controls allow you to navigate the map, zoom in and out, and switch between different map styles.
|