mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-12-03 18:32:12 +00:00
* New translations en.json (Chinese Simplified) * New translations poi.mdx (Basque) * New translations en.json (Swedish) * New translations en.json (Polish) * New translations en.json (Swedish) * New translations files-and-stats.mdx (Swedish) * New translations integration.mdx (Swedish) * New translations getting-started.mdx (Swedish) * New translations gpx.mdx (Swedish) * New translations files-and-stats.mdx (Swedish) * New translations gpx.mdx (Swedish) * New translations routing.mdx (Swedish) * New translations elevation.mdx (Swedish) * New translations minify.mdx (Swedish) * New translations routing.mdx (Swedish) * New translations scissors.mdx (Swedish) * New translations faq.mdx (Swedish) * New translations edit.mdx (Swedish) * New translations settings.mdx (Swedish) * New translations view.mdx (Swedish) * New translations map-controls.mdx (Swedish) * New translations menu.mdx (Swedish) * New translations edit.mdx (Swedish) * New translations files-and-stats.mdx (Swedish) * New translations getting-started.mdx (Swedish) * New translations gpx.mdx (Swedish) * New translations integration.mdx (Swedish) * New translations map-controls.mdx (Swedish) * New translations menu.mdx (Swedish) * New translations edit.mdx (Swedish) * New translations routing.mdx (Swedish) * New translations scissors.mdx (Swedish) * New translations time.mdx (Swedish) * New translations extract.mdx (Swedish) * New translations merge.mdx (Swedish) * New translations minify.mdx (Swedish) * New translations poi.mdx (Swedish) * New translations routing.mdx (Swedish) * New translations elevation.mdx (Swedish) * New translations en.json (Swedish) * New translations edit.mdx (Swedish) * New translations file.mdx (Swedish) * New translations view.mdx (Swedish) * New translations toolbar.mdx (Swedish) * New translations clean.mdx (Swedish) * New translations files-and-stats.mdx (Swedish) * New translations map-controls.mdx (Swedish) * New translations minify.mdx (Swedish) * New translations poi.mdx (Swedish) * New translations routing.mdx (Swedish) * New translations scissors.mdx (Swedish) * New translations faq.mdx (Swedish)
38 lines
1.5 KiB
Plaintext
38 lines
1.5 KiB
Plaintext
---
|
|
title: Getting started
|
|
---
|
|
|
|
<script lang="ts">
|
|
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="getting-started/interface" alt="The gpx.studio interface." />
|
|
|
|
As shown in the screenshot above, the interface is divided into four main sections organized around the map.
|
|
Innan vi går in på detaljerna på varje sektion låt oss ha en snabb överblick av gränssnittet.
|
|
|
|
## 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
|
|
|
|
På botten av gränssnittet hittar du listan på aktuella öppnade filer.
|
|
Du kan klicka på en fil för att välja den och visa dess statistik nedanför listan.
|
|
In the [dedicated section](./files-and-stats), we will explain how to select multiple files and switch to a tree layout for advanced file management.
|
|
|
|
## Toolbar
|
|
|
|
På vänster sida av gränssnittet, hittar du [verktygsraden] (./toolbar), som har alla verktyg du kan använda för att ändra i dina filer.
|
|
|
|
## 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.
|