Files
gpx.studio/website/src/lib/docs/be/getting-started.mdx

39 lines
1.6 KiB
Plaintext
Raw Normal View History

New Crowdin updates (#96) * New translations en.json (Catalan) * New translations en.json (Catalan) * New translations map-controls.mdx (Spanish) * New translations map-controls.mdx (German) * New translations map-controls.mdx (Italian) * New translations map-controls.mdx (Polish) * New translations map-controls.mdx (Portuguese) * New translations map-controls.mdx (Chinese Simplified) * New translations map-controls.mdx (Portuguese, Brazilian) * New translations settings.mdx (Chinese Simplified) * New translations en.json (Italian) * New translations en.json (Finnish) * New translations en.json (Finnish) * New translations en.json (Finnish) * New translations en.json (Finnish) * New translations en.json (Serbian (Latin)) * New translations en.json (Serbian (Latin)) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Simplified) * New translations en.json (Finnish) * New translations en.json (Finnish) * New translations en.json (Belarusian) * New translations files-and-stats.mdx (Belarusian) * New translations getting-started.mdx (Belarusian) * New translations gpx.mdx (Belarusian) * New translations funding.mdx (Belarusian) * New translations mapbox.mdx (Belarusian) * New translations translation.mdx (Belarusian) * New translations integration.mdx (Belarusian) * New translations map-controls.mdx (Belarusian) * New translations menu.mdx (Belarusian) * New translations edit.mdx (Belarusian) * New translations file.mdx (Belarusian) * New translations settings.mdx (Belarusian) * New translations view.mdx (Belarusian) * New translations toolbar.mdx (Belarusian) * New translations clean.mdx (Belarusian) * New translations extract.mdx (Belarusian) * New translations merge.mdx (Belarusian) * New translations minify.mdx (Belarusian) * New translations poi.mdx (Belarusian) * New translations routing.mdx (Belarusian) * New translations scissors.mdx (Belarusian) * New translations time.mdx (Belarusian) * New translations faq.mdx (Belarusian) * New translations elevation.mdx (Belarusian) * New translations en.json (Italian) * New translations en.json (Finnish) * New translations en.json (Finnish) * New translations en.json (Finnish) * New translations en.json (Finnish)
2024-09-16 10:57:49 +02:00
---
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.