mirror of
				https://github.com/gpxstudio/gpx.studio.git
				synced 2025-11-04 05:21:09 +00:00 
			
		
		
		
	New Crowdin updates (#81)
* Update source file faq.mdx * New translations en.json (Italian) * New translations faq.mdx (Romanian) * New translations faq.mdx (French) * New translations faq.mdx (Spanish) * New translations faq.mdx (Catalan) * New translations faq.mdx (Czech) * New translations faq.mdx (German) * New translations faq.mdx (Greek) * New translations faq.mdx (Hebrew) * New translations faq.mdx (Hungarian) * New translations faq.mdx (Italian) * New translations faq.mdx (Korean) * New translations faq.mdx (Lithuanian) * New translations faq.mdx (Dutch) * New translations faq.mdx (Norwegian) * New translations faq.mdx (Polish) * New translations faq.mdx (Portuguese) * New translations faq.mdx (Russian) * New translations faq.mdx (Swedish) * New translations faq.mdx (Chinese Simplified) * New translations faq.mdx (Vietnamese) * New translations faq.mdx (Portuguese, Brazilian) * New translations faq.mdx (Romanian) * New translations faq.mdx (French) * New translations faq.mdx (Spanish) * New translations faq.mdx (Catalan) * New translations faq.mdx (Czech) * New translations faq.mdx (German) * New translations faq.mdx (Greek) * New translations faq.mdx (Hebrew) * New translations faq.mdx (Hungarian) * New translations faq.mdx (Italian) * New translations faq.mdx (Korean) * New translations faq.mdx (Lithuanian) * New translations faq.mdx (Dutch) * New translations faq.mdx (Norwegian) * New translations faq.mdx (Polish) * New translations faq.mdx (Portuguese) * New translations faq.mdx (Russian) * New translations faq.mdx (Swedish) * New translations faq.mdx (Chinese Simplified) * New translations faq.mdx (Vietnamese) * New translations faq.mdx (Portuguese, Brazilian) * Update source file faq.mdx * New translations faq.mdx (Romanian) * New translations faq.mdx (French) * New translations faq.mdx (Spanish) * New translations faq.mdx (Catalan) * New translations faq.mdx (Czech) * New translations faq.mdx (German) * New translations faq.mdx (Greek) * New translations faq.mdx (Hebrew) * New translations faq.mdx (Hungarian) * New translations faq.mdx (Italian) * New translations faq.mdx (Korean) * New translations faq.mdx (Lithuanian) * New translations faq.mdx (Dutch) * New translations faq.mdx (Norwegian) * New translations faq.mdx (Polish) * New translations faq.mdx (Portuguese) * New translations faq.mdx (Russian) * New translations faq.mdx (Swedish) * New translations faq.mdx (Chinese Simplified) * New translations faq.mdx (Vietnamese) * New translations faq.mdx (Portuguese, Brazilian) * Update source file faq.mdx * New translations faq.mdx (Romanian) * New translations faq.mdx (French) * New translations faq.mdx (Spanish) * New translations faq.mdx (Catalan) * New translations faq.mdx (Czech) * New translations faq.mdx (German) * New translations faq.mdx (Greek) * New translations faq.mdx (Hebrew) * New translations faq.mdx (Hungarian) * New translations faq.mdx (Italian) * New translations faq.mdx (Korean) * New translations faq.mdx (Lithuanian) * New translations faq.mdx (Dutch) * New translations faq.mdx (Norwegian) * New translations faq.mdx (Polish) * New translations faq.mdx (Portuguese) * New translations faq.mdx (Russian) * New translations faq.mdx (Swedish) * New translations faq.mdx (Chinese Simplified) * New translations faq.mdx (Vietnamese) * New translations faq.mdx (Portuguese, Brazilian) * Update source file faq.mdx * New translations en.json (Hungarian) * New translations en.json (Dutch) * New translations faq.mdx (French) * New translations faq.mdx (Dutch) * New translations en.json (Hungarian) * New translations faq.mdx (Italian) * New translations en.json (Hungarian) * New translations en.json (Spanish) * New translations faq.mdx (Spanish) * New translations en.json (German) * New translations getting-started.mdx (German) * New translations map-controls.mdx (German) * New translations menu.mdx (German) * New translations toolbar.mdx (German)
This commit is contained in:
		
							
								
								
									
										40
									
								
								website/src/lib/docs/ca/faq.mdx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								website/src/lib/docs/ca/faq.mdx
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,40 @@
 | 
			
		||||
---
 | 
			
		||||
title: FAQ
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
    import DocsNote from '$lib/components/docs/DocsNote.svelte';
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
# { title }
 | 
			
		||||
 | 
			
		||||
### Do I need to donate to use the website?
 | 
			
		||||
 | 
			
		||||
No.
 | 
			
		||||
The website is free to use and always will be (as long as it is financially sustainable).
 | 
			
		||||
However, donations are appreciated and help keep the website running.
 | 
			
		||||
 | 
			
		||||
### Why is this route chosen over that one? _Or_ how can I add something to the map?
 | 
			
		||||
 | 
			
		||||
**gpx.studio** uses data from <a href="https://www.openstreetmap.org/" target="_blank">OpenStreetMap</a>, which is an open and collaborative world map.
 | 
			
		||||
This means you can contribute to the map by adding or editing data on OpenStreetMap.
 | 
			
		||||
 | 
			
		||||
If you have never contributed to OpenStreetMap before, here is how you can suggest changes:
 | 
			
		||||
 | 
			
		||||
1. Go to the location where you want to add or edit data on the <a href="https://www.openstreetmap.org/" target="_blank">map</a>.
 | 
			
		||||
2. Use the <button>Query features</button> tool on the right to inspect the existing data.
 | 
			
		||||
3. Right-click on the location and select <button>Add a note here</button>.
 | 
			
		||||
4. Explain what is incorrect or missing in the note and click <button>Add note</button> to submit it.
 | 
			
		||||
 | 
			
		||||
Someone more experienced with OpenStreetMap will then review your note and make the necessary changes.
 | 
			
		||||
 | 
			
		||||
<DocsNote>
 | 
			
		||||
 | 
			
		||||
More information on how to contribute to OpenStreetMap can be found <a href="https://wiki.openstreetmap.org/wiki/How_to_contribute" target="_blank">here</a>.
 | 
			
		||||
 | 
			
		||||
</DocsNote>
 | 
			
		||||
 | 
			
		||||
### Why is the elevation profile for my GPX file empty?
 | 
			
		||||
 | 
			
		||||
If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data.
 | 
			
		||||
You can add elevation data to your GPX file by using <a href="https://www.gpsvisualizer.com/elevation" target="_blank">GPS Visualizer</a>.
 | 
			
		||||
							
								
								
									
										40
									
								
								website/src/lib/docs/cs/faq.mdx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								website/src/lib/docs/cs/faq.mdx
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,40 @@
 | 
			
		||||
---
 | 
			
		||||
title: FAQ
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
    import DocsNote from '$lib/components/docs/DocsNote.svelte';
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
# { title }
 | 
			
		||||
 | 
			
		||||
### Do I need to donate to use the website?
 | 
			
		||||
 | 
			
		||||
No.
 | 
			
		||||
The website is free to use and always will be (as long as it is financially sustainable).
 | 
			
		||||
However, donations are appreciated and help keep the website running.
 | 
			
		||||
 | 
			
		||||
### Why is this route chosen over that one? _Or_ how can I add something to the map?
 | 
			
		||||
 | 
			
		||||
**gpx.studio** uses data from <a href="https://www.openstreetmap.org/" target="_blank">OpenStreetMap</a>, which is an open and collaborative world map.
 | 
			
		||||
This means you can contribute to the map by adding or editing data on OpenStreetMap.
 | 
			
		||||
 | 
			
		||||
If you have never contributed to OpenStreetMap before, here is how you can suggest changes:
 | 
			
		||||
 | 
			
		||||
1. Go to the location where you want to add or edit data on the <a href="https://www.openstreetmap.org/" target="_blank">map</a>.
 | 
			
		||||
2. Use the <button>Query features</button> tool on the right to inspect the existing data.
 | 
			
		||||
3. Right-click on the location and select <button>Add a note here</button>.
 | 
			
		||||
4. Explain what is incorrect or missing in the note and click <button>Add note</button> to submit it.
 | 
			
		||||
 | 
			
		||||
Someone more experienced with OpenStreetMap will then review your note and make the necessary changes.
 | 
			
		||||
 | 
			
		||||
<DocsNote>
 | 
			
		||||
 | 
			
		||||
More information on how to contribute to OpenStreetMap can be found <a href="https://wiki.openstreetmap.org/wiki/How_to_contribute" target="_blank">here</a>.
 | 
			
		||||
 | 
			
		||||
</DocsNote>
 | 
			
		||||
 | 
			
		||||
### Why is the elevation profile for my GPX file empty?
 | 
			
		||||
 | 
			
		||||
If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data.
 | 
			
		||||
You can add elevation data to your GPX file by using <a href="https://www.gpsvisualizer.com/elevation" target="_blank">GPS Visualizer</a>.
 | 
			
		||||
							
								
								
									
										40
									
								
								website/src/lib/docs/de/faq.mdx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								website/src/lib/docs/de/faq.mdx
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,40 @@
 | 
			
		||||
---
 | 
			
		||||
title: FAQ
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
    import DocsNote from '$lib/components/docs/DocsNote.svelte';
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
# { title }
 | 
			
		||||
 | 
			
		||||
### Do I need to donate to use the website?
 | 
			
		||||
 | 
			
		||||
No.
 | 
			
		||||
The website is free to use and always will be (as long as it is financially sustainable).
 | 
			
		||||
However, donations are appreciated and help keep the website running.
 | 
			
		||||
 | 
			
		||||
### Why is this route chosen over that one? _Or_ how can I add something to the map?
 | 
			
		||||
 | 
			
		||||
**gpx.studio** uses data from <a href="https://www.openstreetmap.org/" target="_blank">OpenStreetMap</a>, which is an open and collaborative world map.
 | 
			
		||||
This means you can contribute to the map by adding or editing data on OpenStreetMap.
 | 
			
		||||
 | 
			
		||||
If you have never contributed to OpenStreetMap before, here is how you can suggest changes:
 | 
			
		||||
 | 
			
		||||
1. Go to the location where you want to add or edit data on the <a href="https://www.openstreetmap.org/" target="_blank">map</a>.
 | 
			
		||||
2. Use the <button>Query features</button> tool on the right to inspect the existing data.
 | 
			
		||||
3. Right-click on the location and select <button>Add a note here</button>.
 | 
			
		||||
4. Explain what is incorrect or missing in the note and click <button>Add note</button> to submit it.
 | 
			
		||||
 | 
			
		||||
Someone more experienced with OpenStreetMap will then review your note and make the necessary changes.
 | 
			
		||||
 | 
			
		||||
<DocsNote>
 | 
			
		||||
 | 
			
		||||
More information on how to contribute to OpenStreetMap can be found <a href="https://wiki.openstreetmap.org/wiki/How_to_contribute" target="_blank">here</a>.
 | 
			
		||||
 | 
			
		||||
</DocsNote>
 | 
			
		||||
 | 
			
		||||
### Why is the elevation profile for my GPX file empty?
 | 
			
		||||
 | 
			
		||||
If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data.
 | 
			
		||||
You can add elevation data to your GPX file by using <a href="https://www.gpsvisualizer.com/elevation" target="_blank">GPS Visualizer</a>.
 | 
			
		||||
@@ -1,5 +1,5 @@
 | 
			
		||||
---
 | 
			
		||||
title: Getting started
 | 
			
		||||
title: Erste Schritte
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<script lang="ts">
 | 
			
		||||
@@ -9,15 +9,15 @@ title: Getting started
 | 
			
		||||
 | 
			
		||||
# { title }
 | 
			
		||||
 | 
			
		||||
Welcome to the official guide for **gpx.studio**!
 | 
			
		||||
Willkommen bei der offiziellen Anleitung für **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." />
 | 
			
		||||
<DocsImage src={interfaceScreenshot} alt="Die gpx.studio Oberfläche." />
 | 
			
		||||
 | 
			
		||||
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.
 | 
			
		||||
Wie im obigen Screenshot dargestellt, ist die Oberfläche in vier Bereiche um die Karte herum aufgeteilt. 
 | 
			
		||||
Bevor wir in die Details der einzelnen Bereiche einsteigen, lassen Sie uns einen Überblick der Oberfläche verschaffen.
 | 
			
		||||
 | 
			
		||||
## Menu
 | 
			
		||||
## Menü
 | 
			
		||||
 | 
			
		||||
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.
 | 
			
		||||
@@ -28,11 +28,11 @@ At the bottom of the interface, you will find the list of files currently open i
 | 
			
		||||
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
 | 
			
		||||
## Werkzeugleiste
 | 
			
		||||
 | 
			
		||||
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
 | 
			
		||||
## Kartensteuerungen
 | 
			
		||||
 | 
			
		||||
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.
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,5 @@
 | 
			
		||||
---
 | 
			
		||||
title: Map controls
 | 
			
		||||
title: Kartensteuerungen
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,5 @@
 | 
			
		||||
---
 | 
			
		||||
title: Menu
 | 
			
		||||
title: Menü
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<script lang="ts">
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,5 @@
 | 
			
		||||
---
 | 
			
		||||
title: Toolbar
 | 
			
		||||
title: Werkzeugleiste
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<script lang="ts">
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										40
									
								
								website/src/lib/docs/el/faq.mdx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								website/src/lib/docs/el/faq.mdx
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,40 @@
 | 
			
		||||
---
 | 
			
		||||
title: FAQ
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
    import DocsNote from '$lib/components/docs/DocsNote.svelte';
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
# { title }
 | 
			
		||||
 | 
			
		||||
### Do I need to donate to use the website?
 | 
			
		||||
 | 
			
		||||
No.
 | 
			
		||||
The website is free to use and always will be (as long as it is financially sustainable).
 | 
			
		||||
However, donations are appreciated and help keep the website running.
 | 
			
		||||
 | 
			
		||||
### Why is this route chosen over that one? _Or_ how can I add something to the map?
 | 
			
		||||
 | 
			
		||||
**gpx.studio** uses data from <a href="https://www.openstreetmap.org/" target="_blank">OpenStreetMap</a>, which is an open and collaborative world map.
 | 
			
		||||
This means you can contribute to the map by adding or editing data on OpenStreetMap.
 | 
			
		||||
 | 
			
		||||
If you have never contributed to OpenStreetMap before, here is how you can suggest changes:
 | 
			
		||||
 | 
			
		||||
1. Go to the location where you want to add or edit data on the <a href="https://www.openstreetmap.org/" target="_blank">map</a>.
 | 
			
		||||
2. Use the <button>Query features</button> tool on the right to inspect the existing data.
 | 
			
		||||
3. Right-click on the location and select <button>Add a note here</button>.
 | 
			
		||||
4. Explain what is incorrect or missing in the note and click <button>Add note</button> to submit it.
 | 
			
		||||
 | 
			
		||||
Someone more experienced with OpenStreetMap will then review your note and make the necessary changes.
 | 
			
		||||
 | 
			
		||||
<DocsNote>
 | 
			
		||||
 | 
			
		||||
More information on how to contribute to OpenStreetMap can be found <a href="https://wiki.openstreetmap.org/wiki/How_to_contribute" target="_blank">here</a>.
 | 
			
		||||
 | 
			
		||||
</DocsNote>
 | 
			
		||||
 | 
			
		||||
### Why is the elevation profile for my GPX file empty?
 | 
			
		||||
 | 
			
		||||
If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data.
 | 
			
		||||
You can add elevation data to your GPX file by using <a href="https://www.gpsvisualizer.com/elevation" target="_blank">GPS Visualizer</a>.
 | 
			
		||||
							
								
								
									
										40
									
								
								website/src/lib/docs/es/faq.mdx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								website/src/lib/docs/es/faq.mdx
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,40 @@
 | 
			
		||||
---
 | 
			
		||||
title: Preguntas frecuentes (FAQ)
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
    import DocsNote from '$lib/components/docs/DocsNote.svelte';
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
# { title }
 | 
			
		||||
 | 
			
		||||
### ¿Necesito donar para usar el sitio web?
 | 
			
		||||
 | 
			
		||||
No.
 | 
			
		||||
El sitio web es de uso gratuito y siempre lo será (siempre y cuando sea financieramente sostenible).
 | 
			
		||||
Sin embargo, las donaciones son apreciadas y ayudan a mantener el sitio web en funcionamiento.
 | 
			
		||||
 | 
			
		||||
### ¿Por qué se elige esta ruta en lugar de la otra? _O_ ¿cómo puedo añadir algo al mapa?
 | 
			
		||||
 | 
			
		||||
**gpx.studio** utiliza datos de <a href="https://www.openstreetmap.org/" target="_blank">OpenStreetMap</a>, que es un mapa del mundo abierto y colaborativo.
 | 
			
		||||
Esto significa que puede contribuir al mapa añadiendo o editando datos en OpenStreetMap.
 | 
			
		||||
 | 
			
		||||
Si nunca antes ha contribuido a OpenStreetMap, aquí le mostramos cómo puede sugerir cambios:
 | 
			
		||||
 | 
			
		||||
1. Vaya a la ubicación donde quiera añadir o editar datos en el mapa <a href="https://www.openstreetmap.org/" target="_blank"></a>.
 | 
			
		||||
2. Utilice la herramienta <button>Consulta</button> a la derecha para inspeccionar los datos existentes.
 | 
			
		||||
3. Haga clic con el botón derecho en la ubicación y seleccione <button>Añadir una nota aquí</button>.
 | 
			
		||||
4. Explain what is incorrect or missing in the note and click <button>Add note</button> to submit it.
 | 
			
		||||
 | 
			
		||||
Alguien más con experiencia con OpenStreetMap revisará su nota y realizará los cambios necesarios.
 | 
			
		||||
 | 
			
		||||
<DocsNote>
 | 
			
		||||
 | 
			
		||||
More information on how to contribute to OpenStreetMap can be found <a href="https://wiki.openstreetmap.org/wiki/How_to_contribute" target="_blank">here</a>.
 | 
			
		||||
 | 
			
		||||
</DocsNote>
 | 
			
		||||
 | 
			
		||||
### Why is the elevation profile for my GPX file empty?
 | 
			
		||||
 | 
			
		||||
If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data.
 | 
			
		||||
You can add elevation data to your GPX file by using <a href="https://www.gpsvisualizer.com/elevation" target="_blank">GPS Visualizer</a>.
 | 
			
		||||
							
								
								
									
										40
									
								
								website/src/lib/docs/fr/faq.mdx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								website/src/lib/docs/fr/faq.mdx
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,40 @@
 | 
			
		||||
---
 | 
			
		||||
title: FAQ
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
    import DocsNote from '$lib/components/docs/DocsNote.svelte';
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
# { title }
 | 
			
		||||
 | 
			
		||||
### Faut-il faire un don pour utiliser le site web ?
 | 
			
		||||
 | 
			
		||||
Non.
 | 
			
		||||
Le site est gratuit à utiliser et le sera toujours (tant que le projet est financièrement viable).
 | 
			
		||||
Cependant, les dons sont appréciés et aident à couvrir les coûts du site web.
 | 
			
		||||
 | 
			
		||||
### Pourquoi cette route est-elle choisie plutôt que celle-là ? _Ou_ comment puis-je ajouter quelque chose à la carte ?
 | 
			
		||||
 | 
			
		||||
**gpx.studio** utilise les données d'<a href="https://www.openstreetmap.org/" target="_blank">OpenStreetMap</a>, qui est une carte mondiale ouverte et collaborative.
 | 
			
		||||
Cela signifie que vous pouvez contribuer à la carte en ajoutant ou en éditant des données sur OpenStreetMap.
 | 
			
		||||
 | 
			
		||||
Si vous n'avez jamais contribué à OpenStreetMap auparavant, voici comment vous pouvez suggérer des changements :
 | 
			
		||||
 | 
			
		||||
1. Aller à l'emplacement où vous souhaitez ajouter ou modifier des données sur la <a href="https://www.openstreetmap.org/" target="_blank">carte</a>.
 | 
			
		||||
2. Utiliser l'outil <button>Interroger les objets</button> sur la droite pour inspecter les données existantes.
 | 
			
		||||
3. Faire un clic droit sur l'emplacement et sélectionner <button>Ajouter une note ici</button>.
 | 
			
		||||
4. Expliquer ce qui est incorrect ou manquant dans la note et cliquer sur <button>Ajouter une note</button> pour la soumettre.
 | 
			
		||||
 | 
			
		||||
Quelqu'un de plus expérimenté avec OpenStreetMap examinera ensuite votre note et fera les changements nécessaires.
 | 
			
		||||
 | 
			
		||||
<DocsNote>
 | 
			
		||||
 | 
			
		||||
Plus d'informations sur comment contribuer à OpenStreetMap peuvent être trouvées <a href="https://wiki.openstreetmap.org/wiki/How_to_contribute" target="_blank">ici</a>.
 | 
			
		||||
 | 
			
		||||
</DocsNote>
 | 
			
		||||
 | 
			
		||||
### Pourquoi le profil altimétrique de mon fichier GPX est-il vide ?
 | 
			
		||||
 | 
			
		||||
Si le profil altimétrique de votre fichier GPX est vide, cela signifie que le fichier GPX ne contient pas de données d'altitude.
 | 
			
		||||
Vous pouvez ajouter des données d'altitude à votre fichier GPX avec <a href="https://www.gpsvisualizer.com/elevation" target="_blank">GPS Visualizer</a>.
 | 
			
		||||
							
								
								
									
										40
									
								
								website/src/lib/docs/he/faq.mdx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								website/src/lib/docs/he/faq.mdx
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,40 @@
 | 
			
		||||
---
 | 
			
		||||
title: FAQ
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
    import DocsNote from '$lib/components/docs/DocsNote.svelte';
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
# { title }
 | 
			
		||||
 | 
			
		||||
### Do I need to donate to use the website?
 | 
			
		||||
 | 
			
		||||
No.
 | 
			
		||||
The website is free to use and always will be (as long as it is financially sustainable).
 | 
			
		||||
However, donations are appreciated and help keep the website running.
 | 
			
		||||
 | 
			
		||||
### Why is this route chosen over that one? _Or_ how can I add something to the map?
 | 
			
		||||
 | 
			
		||||
**gpx.studio** uses data from <a href="https://www.openstreetmap.org/" target="_blank">OpenStreetMap</a>, which is an open and collaborative world map.
 | 
			
		||||
This means you can contribute to the map by adding or editing data on OpenStreetMap.
 | 
			
		||||
 | 
			
		||||
If you have never contributed to OpenStreetMap before, here is how you can suggest changes:
 | 
			
		||||
 | 
			
		||||
1. Go to the location where you want to add or edit data on the <a href="https://www.openstreetmap.org/" target="_blank">map</a>.
 | 
			
		||||
2. Use the <button>Query features</button> tool on the right to inspect the existing data.
 | 
			
		||||
3. Right-click on the location and select <button>Add a note here</button>.
 | 
			
		||||
4. Explain what is incorrect or missing in the note and click <button>Add note</button> to submit it.
 | 
			
		||||
 | 
			
		||||
Someone more experienced with OpenStreetMap will then review your note and make the necessary changes.
 | 
			
		||||
 | 
			
		||||
<DocsNote>
 | 
			
		||||
 | 
			
		||||
More information on how to contribute to OpenStreetMap can be found <a href="https://wiki.openstreetmap.org/wiki/How_to_contribute" target="_blank">here</a>.
 | 
			
		||||
 | 
			
		||||
</DocsNote>
 | 
			
		||||
 | 
			
		||||
### Why is the elevation profile for my GPX file empty?
 | 
			
		||||
 | 
			
		||||
If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data.
 | 
			
		||||
You can add elevation data to your GPX file by using <a href="https://www.gpsvisualizer.com/elevation" target="_blank">GPS Visualizer</a>.
 | 
			
		||||
							
								
								
									
										40
									
								
								website/src/lib/docs/hu/faq.mdx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								website/src/lib/docs/hu/faq.mdx
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,40 @@
 | 
			
		||||
---
 | 
			
		||||
title: FAQ
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
    import DocsNote from '$lib/components/docs/DocsNote.svelte';
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
# { title }
 | 
			
		||||
 | 
			
		||||
### Do I need to donate to use the website?
 | 
			
		||||
 | 
			
		||||
No.
 | 
			
		||||
The website is free to use and always will be (as long as it is financially sustainable).
 | 
			
		||||
However, donations are appreciated and help keep the website running.
 | 
			
		||||
 | 
			
		||||
### Why is this route chosen over that one? _Or_ how can I add something to the map?
 | 
			
		||||
 | 
			
		||||
**gpx.studio** uses data from <a href="https://www.openstreetmap.org/" target="_blank">OpenStreetMap</a>, which is an open and collaborative world map.
 | 
			
		||||
This means you can contribute to the map by adding or editing data on OpenStreetMap.
 | 
			
		||||
 | 
			
		||||
If you have never contributed to OpenStreetMap before, here is how you can suggest changes:
 | 
			
		||||
 | 
			
		||||
1. Go to the location where you want to add or edit data on the <a href="https://www.openstreetmap.org/" target="_blank">map</a>.
 | 
			
		||||
2. Use the <button>Query features</button> tool on the right to inspect the existing data.
 | 
			
		||||
3. Right-click on the location and select <button>Add a note here</button>.
 | 
			
		||||
4. Explain what is incorrect or missing in the note and click <button>Add note</button> to submit it.
 | 
			
		||||
 | 
			
		||||
Someone more experienced with OpenStreetMap will then review your note and make the necessary changes.
 | 
			
		||||
 | 
			
		||||
<DocsNote>
 | 
			
		||||
 | 
			
		||||
More information on how to contribute to OpenStreetMap can be found <a href="https://wiki.openstreetmap.org/wiki/How_to_contribute" target="_blank">here</a>.
 | 
			
		||||
 | 
			
		||||
</DocsNote>
 | 
			
		||||
 | 
			
		||||
### Why is the elevation profile for my GPX file empty?
 | 
			
		||||
 | 
			
		||||
If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data.
 | 
			
		||||
You can add elevation data to your GPX file by using <a href="https://www.gpsvisualizer.com/elevation" target="_blank">GPS Visualizer</a>.
 | 
			
		||||
							
								
								
									
										40
									
								
								website/src/lib/docs/it/faq.mdx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								website/src/lib/docs/it/faq.mdx
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,40 @@
 | 
			
		||||
---
 | 
			
		||||
title: FAQ
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
    import DocsNote from '$lib/components/docs/DocsNote.svelte';
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
# { title }
 | 
			
		||||
 | 
			
		||||
### Do I need to donate to use the website?
 | 
			
		||||
 | 
			
		||||
No.
 | 
			
		||||
The website is free to use and always will be (as long as it is financially sustainable).
 | 
			
		||||
However, donations are appreciated and help keep the website running.
 | 
			
		||||
 | 
			
		||||
### Why is this route chosen over that one? _Or_ how can I add something to the map?
 | 
			
		||||
 | 
			
		||||
**gpx.studio** utilizza i dati di <a href="https://www.openstreetmap.org/" target="_blank">OpenStreetMap</a>, che è una mappa del mondo aperta e collaborativa.
 | 
			
		||||
This means you can contribute to the map by adding or editing data on OpenStreetMap.
 | 
			
		||||
 | 
			
		||||
Se non hai mai contribuito a OpenStreetMap prima, ecco come puoi suggerire delle modifiche:
 | 
			
		||||
 | 
			
		||||
1. Go to the location where you want to add or edit data on the <a href="https://www.openstreetmap.org/" target="_blank">map</a>.
 | 
			
		||||
2. Use the <button>Query features</button> tool on the right to inspect the existing data.
 | 
			
		||||
3. Right-click on the location and select <button>Add a note here</button>.
 | 
			
		||||
4. Explain what is incorrect or missing in the note and click <button>Add note</button> to submit it.
 | 
			
		||||
 | 
			
		||||
Qualcuno più esperto con OpenStreetMap passerà in rassegna la tua nota e apporterà le modifiche necessarie.
 | 
			
		||||
 | 
			
		||||
<DocsNote>
 | 
			
		||||
 | 
			
		||||
More information on how to contribute to OpenStreetMap can be found <a href="https://wiki.openstreetmap.org/wiki/How_to_contribute" target="_blank">here</a>.
 | 
			
		||||
 | 
			
		||||
</DocsNote>
 | 
			
		||||
 | 
			
		||||
### Why is the elevation profile for my GPX file empty?
 | 
			
		||||
 | 
			
		||||
If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data.
 | 
			
		||||
You can add elevation data to your GPX file by using <a href="https://www.gpsvisualizer.com/elevation" target="_blank">GPS Visualizer</a>.
 | 
			
		||||
							
								
								
									
										40
									
								
								website/src/lib/docs/ko/faq.mdx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								website/src/lib/docs/ko/faq.mdx
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,40 @@
 | 
			
		||||
---
 | 
			
		||||
title: FAQ
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
    import DocsNote from '$lib/components/docs/DocsNote.svelte';
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
# { title }
 | 
			
		||||
 | 
			
		||||
### Do I need to donate to use the website?
 | 
			
		||||
 | 
			
		||||
No.
 | 
			
		||||
The website is free to use and always will be (as long as it is financially sustainable).
 | 
			
		||||
However, donations are appreciated and help keep the website running.
 | 
			
		||||
 | 
			
		||||
### Why is this route chosen over that one? _Or_ how can I add something to the map?
 | 
			
		||||
 | 
			
		||||
**gpx.studio** uses data from <a href="https://www.openstreetmap.org/" target="_blank">OpenStreetMap</a>, which is an open and collaborative world map.
 | 
			
		||||
This means you can contribute to the map by adding or editing data on OpenStreetMap.
 | 
			
		||||
 | 
			
		||||
If you have never contributed to OpenStreetMap before, here is how you can suggest changes:
 | 
			
		||||
 | 
			
		||||
1. Go to the location where you want to add or edit data on the <a href="https://www.openstreetmap.org/" target="_blank">map</a>.
 | 
			
		||||
2. Use the <button>Query features</button> tool on the right to inspect the existing data.
 | 
			
		||||
3. Right-click on the location and select <button>Add a note here</button>.
 | 
			
		||||
4. Explain what is incorrect or missing in the note and click <button>Add note</button> to submit it.
 | 
			
		||||
 | 
			
		||||
Someone more experienced with OpenStreetMap will then review your note and make the necessary changes.
 | 
			
		||||
 | 
			
		||||
<DocsNote>
 | 
			
		||||
 | 
			
		||||
More information on how to contribute to OpenStreetMap can be found <a href="https://wiki.openstreetmap.org/wiki/How_to_contribute" target="_blank">here</a>.
 | 
			
		||||
 | 
			
		||||
</DocsNote>
 | 
			
		||||
 | 
			
		||||
### Why is the elevation profile for my GPX file empty?
 | 
			
		||||
 | 
			
		||||
If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data.
 | 
			
		||||
You can add elevation data to your GPX file by using <a href="https://www.gpsvisualizer.com/elevation" target="_blank">GPS Visualizer</a>.
 | 
			
		||||
							
								
								
									
										40
									
								
								website/src/lib/docs/lt/faq.mdx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								website/src/lib/docs/lt/faq.mdx
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,40 @@
 | 
			
		||||
---
 | 
			
		||||
title: FAQ
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
    import DocsNote from '$lib/components/docs/DocsNote.svelte';
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
# { title }
 | 
			
		||||
 | 
			
		||||
### Do I need to donate to use the website?
 | 
			
		||||
 | 
			
		||||
No.
 | 
			
		||||
The website is free to use and always will be (as long as it is financially sustainable).
 | 
			
		||||
However, donations are appreciated and help keep the website running.
 | 
			
		||||
 | 
			
		||||
### Why is this route chosen over that one? _Or_ how can I add something to the map?
 | 
			
		||||
 | 
			
		||||
**gpx.studio** uses data from <a href="https://www.openstreetmap.org/" target="_blank">OpenStreetMap</a>, which is an open and collaborative world map.
 | 
			
		||||
This means you can contribute to the map by adding or editing data on OpenStreetMap.
 | 
			
		||||
 | 
			
		||||
If you have never contributed to OpenStreetMap before, here is how you can suggest changes:
 | 
			
		||||
 | 
			
		||||
1. Go to the location where you want to add or edit data on the <a href="https://www.openstreetmap.org/" target="_blank">map</a>.
 | 
			
		||||
2. Use the <button>Query features</button> tool on the right to inspect the existing data.
 | 
			
		||||
3. Right-click on the location and select <button>Add a note here</button>.
 | 
			
		||||
4. Explain what is incorrect or missing in the note and click <button>Add note</button> to submit it.
 | 
			
		||||
 | 
			
		||||
Someone more experienced with OpenStreetMap will then review your note and make the necessary changes.
 | 
			
		||||
 | 
			
		||||
<DocsNote>
 | 
			
		||||
 | 
			
		||||
More information on how to contribute to OpenStreetMap can be found <a href="https://wiki.openstreetmap.org/wiki/How_to_contribute" target="_blank">here</a>.
 | 
			
		||||
 | 
			
		||||
</DocsNote>
 | 
			
		||||
 | 
			
		||||
### Why is the elevation profile for my GPX file empty?
 | 
			
		||||
 | 
			
		||||
If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data.
 | 
			
		||||
You can add elevation data to your GPX file by using <a href="https://www.gpsvisualizer.com/elevation" target="_blank">GPS Visualizer</a>.
 | 
			
		||||
							
								
								
									
										40
									
								
								website/src/lib/docs/nl/faq.mdx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								website/src/lib/docs/nl/faq.mdx
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,40 @@
 | 
			
		||||
---
 | 
			
		||||
title: FAQ
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
    import DocsNote from '$lib/components/docs/DocsNote.svelte';
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
# { title }
 | 
			
		||||
 | 
			
		||||
### Moet ik doneren om de website te gebruiken?
 | 
			
		||||
 | 
			
		||||
Nee.
 | 
			
		||||
De website is gratis te gebruiken en zal dat altijd blijven (zolang het financieel haalbaar is).
 | 
			
		||||
Donaties worden echter gewaardeerd en helpen om de website draaiende te houden.
 | 
			
		||||
 | 
			
		||||
### Waarom wordt voor deze weg gekozen? Hoe kan ik iets toevoegen aan de kaart?
 | 
			
		||||
 | 
			
		||||
**gpx.studio** gebruikt gegevens van <a href="https://www.openstreetmap.org/" target="_blank">OpenStreetMap</a>, een open wereldkaart op basis van samenwerking.
 | 
			
		||||
Dit betekent dat je kunt bijdragen aan de kaart door data op OpenStreetMap toe te voegen of te bewerken.
 | 
			
		||||
 | 
			
		||||
Als je nog nooit hebt bijgedragen aan OpenStreetMap is dit hoe je wijzigingen kunt voorstellen:
 | 
			
		||||
 | 
			
		||||
1. Ga naar de locatie waar je gegevens wilt toevoegen of bewerken van de <a href="https://www.openstreetmap.org/" target="_blank">kaart</a>.
 | 
			
		||||
2. Gebruik het gereedschap <button>Query</button> aan de rechterkant om de bestaande gegevens te inspecteren.
 | 
			
		||||
3. Rechtsklik op de locatie en selecteer <button>Voeg hier een notitie toe</button>.
 | 
			
		||||
4. Leg uit wat er niet klopt of ontbreekt in de notitie en klik <button>Add note</button> om het in de dienen.
 | 
			
		||||
 | 
			
		||||
Iemand die meer ervaring met OpenStreetMap heeft zal vervolgens uw opmerking bekijken en de nodige wijzigingen aanbrengen.
 | 
			
		||||
 | 
			
		||||
<DocsNote>
 | 
			
		||||
 | 
			
		||||
Meer informatie over hoe bij te dragen aan OpenStreetMap kan gevonden worden <a href="https://wiki.openstreetmap.org/wiki/How_to_contribute" target="_blank">hier</a>.
 | 
			
		||||
 | 
			
		||||
</DocsNote>
 | 
			
		||||
 | 
			
		||||
### Waarom is het hoogteprofiel van mijn GPX-bestand leeg?
 | 
			
		||||
 | 
			
		||||
Als het hoogteprofiel van uw GPX-bestand leeg is, betekent dit dat het GPX-bestand geen hoogtegegevens bevat.
 | 
			
		||||
U kunt hoogtegegevens toevoegen aan uw GPX-bestand door <a href="https://www.gpsvisualizer.com/elevation" target="_blank">GPS Visualizer</a> te gebruiken.
 | 
			
		||||
							
								
								
									
										40
									
								
								website/src/lib/docs/no/faq.mdx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								website/src/lib/docs/no/faq.mdx
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,40 @@
 | 
			
		||||
---
 | 
			
		||||
title: FAQ
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
    import DocsNote from '$lib/components/docs/DocsNote.svelte';
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
# { title }
 | 
			
		||||
 | 
			
		||||
### Do I need to donate to use the website?
 | 
			
		||||
 | 
			
		||||
No.
 | 
			
		||||
The website is free to use and always will be (as long as it is financially sustainable).
 | 
			
		||||
However, donations are appreciated and help keep the website running.
 | 
			
		||||
 | 
			
		||||
### Why is this route chosen over that one? _Or_ how can I add something to the map?
 | 
			
		||||
 | 
			
		||||
**gpx.studio** uses data from <a href="https://www.openstreetmap.org/" target="_blank">OpenStreetMap</a>, which is an open and collaborative world map.
 | 
			
		||||
This means you can contribute to the map by adding or editing data on OpenStreetMap.
 | 
			
		||||
 | 
			
		||||
If you have never contributed to OpenStreetMap before, here is how you can suggest changes:
 | 
			
		||||
 | 
			
		||||
1. Go to the location where you want to add or edit data on the <a href="https://www.openstreetmap.org/" target="_blank">map</a>.
 | 
			
		||||
2. Use the <button>Query features</button> tool on the right to inspect the existing data.
 | 
			
		||||
3. Right-click on the location and select <button>Add a note here</button>.
 | 
			
		||||
4. Explain what is incorrect or missing in the note and click <button>Add note</button> to submit it.
 | 
			
		||||
 | 
			
		||||
Someone more experienced with OpenStreetMap will then review your note and make the necessary changes.
 | 
			
		||||
 | 
			
		||||
<DocsNote>
 | 
			
		||||
 | 
			
		||||
More information on how to contribute to OpenStreetMap can be found <a href="https://wiki.openstreetmap.org/wiki/How_to_contribute" target="_blank">here</a>.
 | 
			
		||||
 | 
			
		||||
</DocsNote>
 | 
			
		||||
 | 
			
		||||
### Why is the elevation profile for my GPX file empty?
 | 
			
		||||
 | 
			
		||||
If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data.
 | 
			
		||||
You can add elevation data to your GPX file by using <a href="https://www.gpsvisualizer.com/elevation" target="_blank">GPS Visualizer</a>.
 | 
			
		||||
							
								
								
									
										40
									
								
								website/src/lib/docs/pl/faq.mdx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								website/src/lib/docs/pl/faq.mdx
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,40 @@
 | 
			
		||||
---
 | 
			
		||||
title: FAQ
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
    import DocsNote from '$lib/components/docs/DocsNote.svelte';
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
# { title }
 | 
			
		||||
 | 
			
		||||
### Do I need to donate to use the website?
 | 
			
		||||
 | 
			
		||||
No.
 | 
			
		||||
The website is free to use and always will be (as long as it is financially sustainable).
 | 
			
		||||
However, donations are appreciated and help keep the website running.
 | 
			
		||||
 | 
			
		||||
### Why is this route chosen over that one? _Or_ how can I add something to the map?
 | 
			
		||||
 | 
			
		||||
**gpx.studio** uses data from <a href="https://www.openstreetmap.org/" target="_blank">OpenStreetMap</a>, which is an open and collaborative world map.
 | 
			
		||||
This means you can contribute to the map by adding or editing data on OpenStreetMap.
 | 
			
		||||
 | 
			
		||||
If you have never contributed to OpenStreetMap before, here is how you can suggest changes:
 | 
			
		||||
 | 
			
		||||
1. Go to the location where you want to add or edit data on the <a href="https://www.openstreetmap.org/" target="_blank">map</a>.
 | 
			
		||||
2. Use the <button>Query features</button> tool on the right to inspect the existing data.
 | 
			
		||||
3. Right-click on the location and select <button>Add a note here</button>.
 | 
			
		||||
4. Explain what is incorrect or missing in the note and click <button>Add note</button> to submit it.
 | 
			
		||||
 | 
			
		||||
Someone more experienced with OpenStreetMap will then review your note and make the necessary changes.
 | 
			
		||||
 | 
			
		||||
<DocsNote>
 | 
			
		||||
 | 
			
		||||
More information on how to contribute to OpenStreetMap can be found <a href="https://wiki.openstreetmap.org/wiki/How_to_contribute" target="_blank">here</a>.
 | 
			
		||||
 | 
			
		||||
</DocsNote>
 | 
			
		||||
 | 
			
		||||
### Why is the elevation profile for my GPX file empty?
 | 
			
		||||
 | 
			
		||||
If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data.
 | 
			
		||||
You can add elevation data to your GPX file by using <a href="https://www.gpsvisualizer.com/elevation" target="_blank">GPS Visualizer</a>.
 | 
			
		||||
							
								
								
									
										40
									
								
								website/src/lib/docs/pt-BR/faq.mdx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								website/src/lib/docs/pt-BR/faq.mdx
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,40 @@
 | 
			
		||||
---
 | 
			
		||||
title: FAQ
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
    import DocsNote from '$lib/components/docs/DocsNote.svelte';
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
# { title }
 | 
			
		||||
 | 
			
		||||
### Do I need to donate to use the website?
 | 
			
		||||
 | 
			
		||||
No.
 | 
			
		||||
The website is free to use and always will be (as long as it is financially sustainable).
 | 
			
		||||
However, donations are appreciated and help keep the website running.
 | 
			
		||||
 | 
			
		||||
### Why is this route chosen over that one? _Or_ how can I add something to the map?
 | 
			
		||||
 | 
			
		||||
**gpx.studio** uses data from <a href="https://www.openstreetmap.org/" target="_blank">OpenStreetMap</a>, which is an open and collaborative world map.
 | 
			
		||||
This means you can contribute to the map by adding or editing data on OpenStreetMap.
 | 
			
		||||
 | 
			
		||||
If you have never contributed to OpenStreetMap before, here is how you can suggest changes:
 | 
			
		||||
 | 
			
		||||
1. Go to the location where you want to add or edit data on the <a href="https://www.openstreetmap.org/" target="_blank">map</a>.
 | 
			
		||||
2. Use the <button>Query features</button> tool on the right to inspect the existing data.
 | 
			
		||||
3. Right-click on the location and select <button>Add a note here</button>.
 | 
			
		||||
4. Explain what is incorrect or missing in the note and click <button>Add note</button> to submit it.
 | 
			
		||||
 | 
			
		||||
Someone more experienced with OpenStreetMap will then review your note and make the necessary changes.
 | 
			
		||||
 | 
			
		||||
<DocsNote>
 | 
			
		||||
 | 
			
		||||
More information on how to contribute to OpenStreetMap can be found <a href="https://wiki.openstreetmap.org/wiki/How_to_contribute" target="_blank">here</a>.
 | 
			
		||||
 | 
			
		||||
</DocsNote>
 | 
			
		||||
 | 
			
		||||
### Why is the elevation profile for my GPX file empty?
 | 
			
		||||
 | 
			
		||||
If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data.
 | 
			
		||||
You can add elevation data to your GPX file by using <a href="https://www.gpsvisualizer.com/elevation" target="_blank">GPS Visualizer</a>.
 | 
			
		||||
							
								
								
									
										40
									
								
								website/src/lib/docs/pt/faq.mdx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								website/src/lib/docs/pt/faq.mdx
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,40 @@
 | 
			
		||||
---
 | 
			
		||||
title: FAQ
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
    import DocsNote from '$lib/components/docs/DocsNote.svelte';
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
# { title }
 | 
			
		||||
 | 
			
		||||
### Do I need to donate to use the website?
 | 
			
		||||
 | 
			
		||||
No.
 | 
			
		||||
The website is free to use and always will be (as long as it is financially sustainable).
 | 
			
		||||
However, donations are appreciated and help keep the website running.
 | 
			
		||||
 | 
			
		||||
### Why is this route chosen over that one? _Or_ how can I add something to the map?
 | 
			
		||||
 | 
			
		||||
**gpx.studio** uses data from <a href="https://www.openstreetmap.org/" target="_blank">OpenStreetMap</a>, which is an open and collaborative world map.
 | 
			
		||||
This means you can contribute to the map by adding or editing data on OpenStreetMap.
 | 
			
		||||
 | 
			
		||||
If you have never contributed to OpenStreetMap before, here is how you can suggest changes:
 | 
			
		||||
 | 
			
		||||
1. Go to the location where you want to add or edit data on the <a href="https://www.openstreetmap.org/" target="_blank">map</a>.
 | 
			
		||||
2. Use the <button>Query features</button> tool on the right to inspect the existing data.
 | 
			
		||||
3. Right-click on the location and select <button>Add a note here</button>.
 | 
			
		||||
4. Explain what is incorrect or missing in the note and click <button>Add note</button> to submit it.
 | 
			
		||||
 | 
			
		||||
Someone more experienced with OpenStreetMap will then review your note and make the necessary changes.
 | 
			
		||||
 | 
			
		||||
<DocsNote>
 | 
			
		||||
 | 
			
		||||
More information on how to contribute to OpenStreetMap can be found <a href="https://wiki.openstreetmap.org/wiki/How_to_contribute" target="_blank">here</a>.
 | 
			
		||||
 | 
			
		||||
</DocsNote>
 | 
			
		||||
 | 
			
		||||
### Why is the elevation profile for my GPX file empty?
 | 
			
		||||
 | 
			
		||||
If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data.
 | 
			
		||||
You can add elevation data to your GPX file by using <a href="https://www.gpsvisualizer.com/elevation" target="_blank">GPS Visualizer</a>.
 | 
			
		||||
							
								
								
									
										40
									
								
								website/src/lib/docs/ro/faq.mdx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								website/src/lib/docs/ro/faq.mdx
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,40 @@
 | 
			
		||||
---
 | 
			
		||||
title: FAQ
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
    import DocsNote from '$lib/components/docs/DocsNote.svelte';
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
# { title }
 | 
			
		||||
 | 
			
		||||
### Do I need to donate to use the website?
 | 
			
		||||
 | 
			
		||||
No.
 | 
			
		||||
The website is free to use and always will be (as long as it is financially sustainable).
 | 
			
		||||
However, donations are appreciated and help keep the website running.
 | 
			
		||||
 | 
			
		||||
### Why is this route chosen over that one? _Or_ how can I add something to the map?
 | 
			
		||||
 | 
			
		||||
**gpx.studio** uses data from <a href="https://www.openstreetmap.org/" target="_blank">OpenStreetMap</a>, which is an open and collaborative world map.
 | 
			
		||||
This means you can contribute to the map by adding or editing data on OpenStreetMap.
 | 
			
		||||
 | 
			
		||||
If you have never contributed to OpenStreetMap before, here is how you can suggest changes:
 | 
			
		||||
 | 
			
		||||
1. Go to the location where you want to add or edit data on the <a href="https://www.openstreetmap.org/" target="_blank">map</a>.
 | 
			
		||||
2. Use the <button>Query features</button> tool on the right to inspect the existing data.
 | 
			
		||||
3. Right-click on the location and select <button>Add a note here</button>.
 | 
			
		||||
4. Explain what is incorrect or missing in the note and click <button>Add note</button> to submit it.
 | 
			
		||||
 | 
			
		||||
Someone more experienced with OpenStreetMap will then review your note and make the necessary changes.
 | 
			
		||||
 | 
			
		||||
<DocsNote>
 | 
			
		||||
 | 
			
		||||
More information on how to contribute to OpenStreetMap can be found <a href="https://wiki.openstreetmap.org/wiki/How_to_contribute" target="_blank">here</a>.
 | 
			
		||||
 | 
			
		||||
</DocsNote>
 | 
			
		||||
 | 
			
		||||
### Why is the elevation profile for my GPX file empty?
 | 
			
		||||
 | 
			
		||||
If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data.
 | 
			
		||||
You can add elevation data to your GPX file by using <a href="https://www.gpsvisualizer.com/elevation" target="_blank">GPS Visualizer</a>.
 | 
			
		||||
							
								
								
									
										40
									
								
								website/src/lib/docs/ru/faq.mdx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								website/src/lib/docs/ru/faq.mdx
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,40 @@
 | 
			
		||||
---
 | 
			
		||||
title: FAQ
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
    import DocsNote from '$lib/components/docs/DocsNote.svelte';
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
# { title }
 | 
			
		||||
 | 
			
		||||
### Do I need to donate to use the website?
 | 
			
		||||
 | 
			
		||||
No.
 | 
			
		||||
The website is free to use and always will be (as long as it is financially sustainable).
 | 
			
		||||
However, donations are appreciated and help keep the website running.
 | 
			
		||||
 | 
			
		||||
### Why is this route chosen over that one? _Or_ how can I add something to the map?
 | 
			
		||||
 | 
			
		||||
**gpx.studio** uses data from <a href="https://www.openstreetmap.org/" target="_blank">OpenStreetMap</a>, which is an open and collaborative world map.
 | 
			
		||||
This means you can contribute to the map by adding or editing data on OpenStreetMap.
 | 
			
		||||
 | 
			
		||||
If you have never contributed to OpenStreetMap before, here is how you can suggest changes:
 | 
			
		||||
 | 
			
		||||
1. Go to the location where you want to add or edit data on the <a href="https://www.openstreetmap.org/" target="_blank">map</a>.
 | 
			
		||||
2. Use the <button>Query features</button> tool on the right to inspect the existing data.
 | 
			
		||||
3. Right-click on the location and select <button>Add a note here</button>.
 | 
			
		||||
4. Explain what is incorrect or missing in the note and click <button>Add note</button> to submit it.
 | 
			
		||||
 | 
			
		||||
Someone more experienced with OpenStreetMap will then review your note and make the necessary changes.
 | 
			
		||||
 | 
			
		||||
<DocsNote>
 | 
			
		||||
 | 
			
		||||
More information on how to contribute to OpenStreetMap can be found <a href="https://wiki.openstreetmap.org/wiki/How_to_contribute" target="_blank">here</a>.
 | 
			
		||||
 | 
			
		||||
</DocsNote>
 | 
			
		||||
 | 
			
		||||
### Why is the elevation profile for my GPX file empty?
 | 
			
		||||
 | 
			
		||||
If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data.
 | 
			
		||||
You can add elevation data to your GPX file by using <a href="https://www.gpsvisualizer.com/elevation" target="_blank">GPS Visualizer</a>.
 | 
			
		||||
							
								
								
									
										40
									
								
								website/src/lib/docs/sv/faq.mdx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								website/src/lib/docs/sv/faq.mdx
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,40 @@
 | 
			
		||||
---
 | 
			
		||||
title: FAQ
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
    import DocsNote from '$lib/components/docs/DocsNote.svelte';
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
# { title }
 | 
			
		||||
 | 
			
		||||
### Do I need to donate to use the website?
 | 
			
		||||
 | 
			
		||||
No.
 | 
			
		||||
The website is free to use and always will be (as long as it is financially sustainable).
 | 
			
		||||
However, donations are appreciated and help keep the website running.
 | 
			
		||||
 | 
			
		||||
### Why is this route chosen over that one? _Or_ how can I add something to the map?
 | 
			
		||||
 | 
			
		||||
**gpx.studio** uses data from <a href="https://www.openstreetmap.org/" target="_blank">OpenStreetMap</a>, which is an open and collaborative world map.
 | 
			
		||||
This means you can contribute to the map by adding or editing data on OpenStreetMap.
 | 
			
		||||
 | 
			
		||||
If you have never contributed to OpenStreetMap before, here is how you can suggest changes:
 | 
			
		||||
 | 
			
		||||
1. Go to the location where you want to add or edit data on the <a href="https://www.openstreetmap.org/" target="_blank">map</a>.
 | 
			
		||||
2. Use the <button>Query features</button> tool on the right to inspect the existing data.
 | 
			
		||||
3. Right-click on the location and select <button>Add a note here</button>.
 | 
			
		||||
4. Explain what is incorrect or missing in the note and click <button>Add note</button> to submit it.
 | 
			
		||||
 | 
			
		||||
Someone more experienced with OpenStreetMap will then review your note and make the necessary changes.
 | 
			
		||||
 | 
			
		||||
<DocsNote>
 | 
			
		||||
 | 
			
		||||
More information on how to contribute to OpenStreetMap can be found <a href="https://wiki.openstreetmap.org/wiki/How_to_contribute" target="_blank">here</a>.
 | 
			
		||||
 | 
			
		||||
</DocsNote>
 | 
			
		||||
 | 
			
		||||
### Why is the elevation profile for my GPX file empty?
 | 
			
		||||
 | 
			
		||||
If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data.
 | 
			
		||||
You can add elevation data to your GPX file by using <a href="https://www.gpsvisualizer.com/elevation" target="_blank">GPS Visualizer</a>.
 | 
			
		||||
							
								
								
									
										40
									
								
								website/src/lib/docs/vi/faq.mdx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								website/src/lib/docs/vi/faq.mdx
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,40 @@
 | 
			
		||||
---
 | 
			
		||||
title: FAQ
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
    import DocsNote from '$lib/components/docs/DocsNote.svelte';
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
# { title }
 | 
			
		||||
 | 
			
		||||
### Do I need to donate to use the website?
 | 
			
		||||
 | 
			
		||||
No.
 | 
			
		||||
The website is free to use and always will be (as long as it is financially sustainable).
 | 
			
		||||
However, donations are appreciated and help keep the website running.
 | 
			
		||||
 | 
			
		||||
### Why is this route chosen over that one? _Or_ how can I add something to the map?
 | 
			
		||||
 | 
			
		||||
**gpx.studio** uses data from <a href="https://www.openstreetmap.org/" target="_blank">OpenStreetMap</a>, which is an open and collaborative world map.
 | 
			
		||||
This means you can contribute to the map by adding or editing data on OpenStreetMap.
 | 
			
		||||
 | 
			
		||||
If you have never contributed to OpenStreetMap before, here is how you can suggest changes:
 | 
			
		||||
 | 
			
		||||
1. Go to the location where you want to add or edit data on the <a href="https://www.openstreetmap.org/" target="_blank">map</a>.
 | 
			
		||||
2. Use the <button>Query features</button> tool on the right to inspect the existing data.
 | 
			
		||||
3. Right-click on the location and select <button>Add a note here</button>.
 | 
			
		||||
4. Explain what is incorrect or missing in the note and click <button>Add note</button> to submit it.
 | 
			
		||||
 | 
			
		||||
Someone more experienced with OpenStreetMap will then review your note and make the necessary changes.
 | 
			
		||||
 | 
			
		||||
<DocsNote>
 | 
			
		||||
 | 
			
		||||
More information on how to contribute to OpenStreetMap can be found <a href="https://wiki.openstreetmap.org/wiki/How_to_contribute" target="_blank">here</a>.
 | 
			
		||||
 | 
			
		||||
</DocsNote>
 | 
			
		||||
 | 
			
		||||
### Why is the elevation profile for my GPX file empty?
 | 
			
		||||
 | 
			
		||||
If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data.
 | 
			
		||||
You can add elevation data to your GPX file by using <a href="https://www.gpsvisualizer.com/elevation" target="_blank">GPS Visualizer</a>.
 | 
			
		||||
							
								
								
									
										40
									
								
								website/src/lib/docs/zh/faq.mdx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								website/src/lib/docs/zh/faq.mdx
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,40 @@
 | 
			
		||||
---
 | 
			
		||||
title: FAQ
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
    import DocsNote from '$lib/components/docs/DocsNote.svelte';
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
# { title }
 | 
			
		||||
 | 
			
		||||
### Do I need to donate to use the website?
 | 
			
		||||
 | 
			
		||||
No.
 | 
			
		||||
The website is free to use and always will be (as long as it is financially sustainable).
 | 
			
		||||
However, donations are appreciated and help keep the website running.
 | 
			
		||||
 | 
			
		||||
### Why is this route chosen over that one? _Or_ how can I add something to the map?
 | 
			
		||||
 | 
			
		||||
**gpx.studio** uses data from <a href="https://www.openstreetmap.org/" target="_blank">OpenStreetMap</a>, which is an open and collaborative world map.
 | 
			
		||||
This means you can contribute to the map by adding or editing data on OpenStreetMap.
 | 
			
		||||
 | 
			
		||||
If you have never contributed to OpenStreetMap before, here is how you can suggest changes:
 | 
			
		||||
 | 
			
		||||
1. Go to the location where you want to add or edit data on the <a href="https://www.openstreetmap.org/" target="_blank">map</a>.
 | 
			
		||||
2. Use the <button>Query features</button> tool on the right to inspect the existing data.
 | 
			
		||||
3. Right-click on the location and select <button>Add a note here</button>.
 | 
			
		||||
4. Explain what is incorrect or missing in the note and click <button>Add note</button> to submit it.
 | 
			
		||||
 | 
			
		||||
Someone more experienced with OpenStreetMap will then review your note and make the necessary changes.
 | 
			
		||||
 | 
			
		||||
<DocsNote>
 | 
			
		||||
 | 
			
		||||
More information on how to contribute to OpenStreetMap can be found <a href="https://wiki.openstreetmap.org/wiki/How_to_contribute" target="_blank">here</a>.
 | 
			
		||||
 | 
			
		||||
</DocsNote>
 | 
			
		||||
 | 
			
		||||
### Why is the elevation profile for my GPX file empty?
 | 
			
		||||
 | 
			
		||||
If the elevation profile for your GPX file is empty, it means that the GPX file does not contain elevation data.
 | 
			
		||||
You can add elevation data to your GPX file by using <a href="https://www.gpsvisualizer.com/elevation" target="_blank">GPS Visualizer</a>.
 | 
			
		||||
@@ -1,53 +1,53 @@
 | 
			
		||||
{
 | 
			
		||||
    "metadata": {
 | 
			
		||||
        "home_title": "home",
 | 
			
		||||
        "home_title": "Home",
 | 
			
		||||
        "app_title": "der Online-Editor für GPX-Dateien",
 | 
			
		||||
        "embed_title": "the online GPX file editor",
 | 
			
		||||
        "embed_title": "der online GPX Datei Editor",
 | 
			
		||||
        "help_title": "hilfe",
 | 
			
		||||
        "404_title": "page not found",
 | 
			
		||||
        "404_title": "Seite nicht gefunden",
 | 
			
		||||
        "description": "GPX-Dateien online anzeigen, bearbeiten und erstellen mit erweiterten Routenplanungs- und Dateiverarbeitungswerkzeugen, schönen Karten und detaillierten Datenvisualisierungen."
 | 
			
		||||
    },
 | 
			
		||||
    "menu": {
 | 
			
		||||
        "new": "New",
 | 
			
		||||
        "new": "Neu",
 | 
			
		||||
        "new_file": "Neue Datei",
 | 
			
		||||
        "new_track": "Neue Route",
 | 
			
		||||
        "new_segment": "Neues Segment",
 | 
			
		||||
        "open": "Öffnen...",
 | 
			
		||||
        "duplicate": "Duplizieren",
 | 
			
		||||
        "close": "Close",
 | 
			
		||||
        "close_all": "Close all",
 | 
			
		||||
        "copy": "Copy",
 | 
			
		||||
        "paste": "Paste",
 | 
			
		||||
        "cut": "Cut",
 | 
			
		||||
        "export": "Export...",
 | 
			
		||||
        "export_all": "Export all...",
 | 
			
		||||
        "export_options": "Export options",
 | 
			
		||||
        "close": "Schließen",
 | 
			
		||||
        "close_all": "Alle schließen",
 | 
			
		||||
        "copy": "Kopieren",
 | 
			
		||||
        "paste": "Einfügen",
 | 
			
		||||
        "cut": "Ausschneiden",
 | 
			
		||||
        "export": "Exportieren...",
 | 
			
		||||
        "export_all": "Alle exportieren...",
 | 
			
		||||
        "export_options": "Export Einstellungen",
 | 
			
		||||
        "support_message": "The tool is free to use, but not free to run. Please consider supporting the website if you use it frequently. Thank you!",
 | 
			
		||||
        "support_button": "Help keep the website free",
 | 
			
		||||
        "download_file": "Download file",
 | 
			
		||||
        "download_files": "Download files",
 | 
			
		||||
        "edit": "Edit",
 | 
			
		||||
        "undo": "Undo",
 | 
			
		||||
        "redo": "Redo",
 | 
			
		||||
        "support_button": "Helfen Sie die Website kostenlos zu halten",
 | 
			
		||||
        "download_file": "Datei herunterladen",
 | 
			
		||||
        "download_files": "Dateien herunterladen",
 | 
			
		||||
        "edit": "Bearbeiten",
 | 
			
		||||
        "undo": "Rückgängig",
 | 
			
		||||
        "redo": "Wiederholen",
 | 
			
		||||
        "delete": "Löschen",
 | 
			
		||||
        "select_all": "Select all",
 | 
			
		||||
        "view": "View",
 | 
			
		||||
        "select_all": "Alle auswählen",
 | 
			
		||||
        "view": "Ansicht",
 | 
			
		||||
        "elevation_profile": "Höhenprofil",
 | 
			
		||||
        "vertical_file_view": "Vertical file list",
 | 
			
		||||
        "switch_basemap": "Switch to previous basemap",
 | 
			
		||||
        "toggle_overlays": "Toggle overlays",
 | 
			
		||||
        "toggle_3d": "Toggle 3D",
 | 
			
		||||
        "settings": "Settings",
 | 
			
		||||
        "toggle_3d": "3D umschalten",
 | 
			
		||||
        "settings": "Einstellungen",
 | 
			
		||||
        "distance_units": "Entfernungseinheiten",
 | 
			
		||||
        "metric": "Metrisch",
 | 
			
		||||
        "imperial": "Imperial",
 | 
			
		||||
        "nautical": "Nautical",
 | 
			
		||||
        "nautical": "Nautisch",
 | 
			
		||||
        "velocity_units": "Geschwindigkeitseinheiten",
 | 
			
		||||
        "temperature_units": "Temperature units",
 | 
			
		||||
        "celsius": "Celsius",
 | 
			
		||||
        "temperature_units": "Temperatureinheiten",
 | 
			
		||||
        "celsius": "Grad Celsius",
 | 
			
		||||
        "fahrenheit": "Fahrenheit",
 | 
			
		||||
        "language": "Language",
 | 
			
		||||
        "mode": "Theme",
 | 
			
		||||
        "language": "Sprache",
 | 
			
		||||
        "mode": "Design",
 | 
			
		||||
        "system": "System",
 | 
			
		||||
        "light": "Light",
 | 
			
		||||
        "dark": "Dark",
 | 
			
		||||
@@ -59,23 +59,23 @@
 | 
			
		||||
        "direction_markers": "Direction arrows",
 | 
			
		||||
        "help": "Hilfe",
 | 
			
		||||
        "more": "More...",
 | 
			
		||||
        "donate": "Donate",
 | 
			
		||||
        "ctrl": "Ctrl",
 | 
			
		||||
        "click": "Click",
 | 
			
		||||
        "donate": "Spenden",
 | 
			
		||||
        "ctrl": "Strg",
 | 
			
		||||
        "click": "Klick",
 | 
			
		||||
        "drag": "Drag",
 | 
			
		||||
        "metadata": {
 | 
			
		||||
            "button": "Info...",
 | 
			
		||||
            "name": "Bezeichnung",
 | 
			
		||||
            "description": "Description",
 | 
			
		||||
            "description": "Beschreibung",
 | 
			
		||||
            "save": "Speichern"
 | 
			
		||||
        },
 | 
			
		||||
        "style": {
 | 
			
		||||
            "button": "Appearance...",
 | 
			
		||||
            "color": "Color",
 | 
			
		||||
            "opacity": "Opacity",
 | 
			
		||||
            "width": "Width"
 | 
			
		||||
            "button": "Darstellung...",
 | 
			
		||||
            "color": "Farbe",
 | 
			
		||||
            "opacity": "Transparenz",
 | 
			
		||||
            "width": "Breite"
 | 
			
		||||
        },
 | 
			
		||||
        "hide": "Hide",
 | 
			
		||||
        "hide": "Verbergen",
 | 
			
		||||
        "unhide": "Unhide",
 | 
			
		||||
        "center": "Center",
 | 
			
		||||
        "open_in": "Open in"
 | 
			
		||||
 
 | 
			
		||||
@@ -269,7 +269,7 @@
 | 
			
		||||
            "ordnanceSurvey": "Encuesta Ordnance",
 | 
			
		||||
            "norwayTopo": "Topografisk Norgeskart 4",
 | 
			
		||||
            "swedenTopo": "Lantmäteriet Topo",
 | 
			
		||||
            "swedenSatellite": "Lantmäteriet Satellite",
 | 
			
		||||
            "swedenSatellite": "Satélite Lantmat",
 | 
			
		||||
            "finlandTopo": "Lantmäteriverket Terrängkarta",
 | 
			
		||||
            "bgMountains": "BGMountains",
 | 
			
		||||
            "usgs": "USGS",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,37 +1,37 @@
 | 
			
		||||
{
 | 
			
		||||
    "metadata": {
 | 
			
		||||
        "home_title": "home",
 | 
			
		||||
        "app_title": "the online GPX file editor",
 | 
			
		||||
        "embed_title": "the online GPX file editor",
 | 
			
		||||
        "home_title": "főoldal",
 | 
			
		||||
        "app_title": "az online GPX szerkesztő",
 | 
			
		||||
        "embed_title": "az online GPX szerkesztő",
 | 
			
		||||
        "help_title": "súgó",
 | 
			
		||||
        "404_title": "page not found",
 | 
			
		||||
        "description": "View, edit, and create GPX files online with advanced route planning capabilities and file processing tools, beautiful maps and detailed data visualizations."
 | 
			
		||||
        "404_title": "az oldal nem található",
 | 
			
		||||
        "description": "GPX-fájlok online megtekintése, szerkesztése és létrehozása fejlett útvonaltervezési képességekkel és fájlfeldolgozó eszközökkel, gyönyörű térképekkel és részletes adatmegjelenítésekkel."
 | 
			
		||||
    },
 | 
			
		||||
    "menu": {
 | 
			
		||||
        "new": "New",
 | 
			
		||||
        "new_file": "New file",
 | 
			
		||||
        "new_track": "New track",
 | 
			
		||||
        "new_segment": "New segment",
 | 
			
		||||
        "open": "Open...",
 | 
			
		||||
        "new": "Új",
 | 
			
		||||
        "new_file": "Új fájl",
 | 
			
		||||
        "new_track": "Új nyomvonal",
 | 
			
		||||
        "new_segment": "Új szegmens",
 | 
			
		||||
        "open": "Megnyitás...",
 | 
			
		||||
        "duplicate": "Duplikálás",
 | 
			
		||||
        "close": "Close",
 | 
			
		||||
        "close_all": "Close all",
 | 
			
		||||
        "copy": "Copy",
 | 
			
		||||
        "paste": "Paste",
 | 
			
		||||
        "cut": "Cut",
 | 
			
		||||
        "export": "Export...",
 | 
			
		||||
        "export_all": "Export all...",
 | 
			
		||||
        "export_options": "Export options",
 | 
			
		||||
        "support_message": "The tool is free to use, but not free to run. Please consider supporting the website if you use it frequently. Thank you!",
 | 
			
		||||
        "support_button": "Help keep the website free",
 | 
			
		||||
        "download_file": "Download file",
 | 
			
		||||
        "download_files": "Download files",
 | 
			
		||||
        "edit": "Edit",
 | 
			
		||||
        "undo": "Undo",
 | 
			
		||||
        "redo": "Redo",
 | 
			
		||||
        "close": "Bezár",
 | 
			
		||||
        "close_all": "Összes bezárása",
 | 
			
		||||
        "copy": "Másolás",
 | 
			
		||||
        "paste": "Beillesztés",
 | 
			
		||||
        "cut": "Kivágás",
 | 
			
		||||
        "export": "Exportálás...",
 | 
			
		||||
        "export_all": "Az összes exportálása...",
 | 
			
		||||
        "export_options": "Exportálási beállítások",
 | 
			
		||||
        "support_message": "Ennek az eszköznek a használata ingyenes, de a fenntartása pénzbe kerül. Kérjük, fontold meg az oldal támogatását amennyiben gyakran használod. Köszönjük!",
 | 
			
		||||
        "support_button": "Segíts megőrizni a weboldal ingyenességét",
 | 
			
		||||
        "download_file": "Fájl letöltése",
 | 
			
		||||
        "download_files": "Fájlok letöltése",
 | 
			
		||||
        "edit": "Szerkesztés",
 | 
			
		||||
        "undo": "Visszavonás",
 | 
			
		||||
        "redo": "Újra",
 | 
			
		||||
        "delete": "Törlés",
 | 
			
		||||
        "select_all": "Select all",
 | 
			
		||||
        "view": "View",
 | 
			
		||||
        "select_all": "Összes kijelölése",
 | 
			
		||||
        "view": "Nézet",
 | 
			
		||||
        "elevation_profile": "Elevation profile",
 | 
			
		||||
        "vertical_file_view": "Vertical file list",
 | 
			
		||||
        "switch_basemap": "Switch to previous basemap",
 | 
			
		||||
 
 | 
			
		||||
@@ -93,15 +93,15 @@
 | 
			
		||||
            },
 | 
			
		||||
            "route_back_to_start": {
 | 
			
		||||
                "button": "Torna all'inizio",
 | 
			
		||||
                "tooltip": "Connect the last point of the route with the starting point"
 | 
			
		||||
                "tooltip": "Connettere ultimo punto della traccia col punto d'inizio"
 | 
			
		||||
            },
 | 
			
		||||
            "round_trip": {
 | 
			
		||||
                "button": "Andata e ritorno",
 | 
			
		||||
                "tooltip": "Return to the starting point by the same route"
 | 
			
		||||
                "tooltip": "Ritornare al punto di partenza tramite lo stesso percorso"
 | 
			
		||||
            },
 | 
			
		||||
            "start_loop_here": "Avviare il ciclo qui",
 | 
			
		||||
            "help_no_file": "Select a trace to use the routing tool, or click on the map to start creating a new route.",
 | 
			
		||||
            "help": "Click on the map to add a new anchor point, or drag existing ones to change the route.",
 | 
			
		||||
            "help_no_file": "Clicca sulla mappa per aggiungere un nuovo punto di ancoraggio, o spostane uno esistente per cambiare il percorso.",
 | 
			
		||||
            "help": "Clicca sulla mappa per aggiungere un nuovo punto di ancoraggio, o spostane uno esistente per cambiare il percorso.",
 | 
			
		||||
            "activities": {
 | 
			
		||||
                "bike": "Bicicletta",
 | 
			
		||||
                "racing_bike": "Bici da strada",
 | 
			
		||||
@@ -141,19 +141,19 @@
 | 
			
		||||
                "sand": "Sabbia",
 | 
			
		||||
                "woodchips": "Cippato",
 | 
			
		||||
                "grass": "Erba",
 | 
			
		||||
                "grass_paver": "Grass paver"
 | 
			
		||||
                "grass_paver": "Pavimentazione erbosa"
 | 
			
		||||
            },
 | 
			
		||||
            "error": {
 | 
			
		||||
                "from": "The start point is too far from the nearest road",
 | 
			
		||||
                "from": "Il punto di partenza è troppo lontano dalla strada più vicina",
 | 
			
		||||
                "via": "The via point is too far from the nearest road",
 | 
			
		||||
                "to": "The end point is too far from the nearest road",
 | 
			
		||||
                "to": "Il punto di arrivo è troppo lontano dalla strada più vicina",
 | 
			
		||||
                "timeout": "Il calcolo del percorso ha richiesto troppo tempo, prova ad aggiungere punti più vicini"
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
        "scissors": {
 | 
			
		||||
            "tooltip": "Crop or split",
 | 
			
		||||
            "crop": "Ritaglia",
 | 
			
		||||
            "split_as": "Split the trace into",
 | 
			
		||||
            "split_as": "Dividi la traccia in",
 | 
			
		||||
            "help_invalid_selection": "Select a trace to crop or split.",
 | 
			
		||||
            "help": "Utilizzare il cursore per ritagliare la traccia, o dividerla facendo clic su uno dei marcatori divisi o sulla traccia stessa."
 | 
			
		||||
        },
 | 
			
		||||
@@ -206,7 +206,7 @@
 | 
			
		||||
        "clean": {
 | 
			
		||||
            "tooltip": "Pulire i punti GPS e i punti di interesse con una selezione rettangolare",
 | 
			
		||||
            "delete_trackpoints": "Eliminare punti GPS",
 | 
			
		||||
            "delete_waypoints": "Delete points of interest",
 | 
			
		||||
            "delete_waypoints": "Cancella punti d'interesse",
 | 
			
		||||
            "delete_inside": "Delete inside selection",
 | 
			
		||||
            "delete_outside": "Elimina fuori dalla selezione",
 | 
			
		||||
            "button": "Elimina",
 | 
			
		||||
@@ -429,7 +429,7 @@
 | 
			
		||||
            "summit": "Summit",
 | 
			
		||||
            "telephone": "Telefono",
 | 
			
		||||
            "tunnel": "Tunnel",
 | 
			
		||||
            "water_source": "Water Source"
 | 
			
		||||
            "water_source": "Fonte d'acqua"
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": {
 | 
			
		||||
 
 | 
			
		||||
@@ -269,7 +269,7 @@
 | 
			
		||||
            "ordnanceSurvey": "Ordnance Survey",
 | 
			
		||||
            "norwayTopo": "Topografisk Norgeskart 4",
 | 
			
		||||
            "swedenTopo": "Lantmäteriet Topo",
 | 
			
		||||
            "swedenSatellite": "Lantmäteriet Satellite",
 | 
			
		||||
            "swedenSatellite": "Lantmäteriet Satelliet",
 | 
			
		||||
            "finlandTopo": "Lantmäteriverket Terrängkarta",
 | 
			
		||||
            "bgMountains": "BGMountains",
 | 
			
		||||
            "usgs": "USGS",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user