mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-12-03 18:32:12 +00:00
* New translations en.json (Russian) * New translations en.json (Dutch) * New translations en.json (Dutch) * New translations files-and-stats.mdx (Dutch) * New translations getting-started.mdx (Dutch) * New translations gpx.mdx (Dutch) * New translations funding.mdx (Dutch) * New translations translation.mdx (Dutch) * New translations integration.mdx (Dutch) * New translations map-controls.mdx (Dutch) * New translations edit.mdx (Dutch) * New translations file.mdx (Dutch) * New translations settings.mdx (Dutch) * New translations view.mdx (Dutch) * New translations extract.mdx (Dutch) * New translations merge.mdx (Dutch) * New translations minify.mdx (Dutch) * New translations scissors.mdx (Dutch) * New translations time.mdx (Dutch) * New translations en.json (Turkish) * New translations en.json (Turkish) * New translations integration.mdx (Italian) * New translations toolbar.mdx (Italian) * New translations integration.mdx (Italian) * New translations en.json (German) * New translations files-and-stats.mdx (German) * New translations view.mdx (German) * New translations files-and-stats.mdx (German)
51 lines
2.3 KiB
Plaintext
51 lines
2.3 KiB
Plaintext
---
|
|
title: Instellingen
|
|
---
|
|
|
|
<script lang="ts">
|
|
import { Ruler, Zap, Thermometer, Languages, Sun, PersonStanding, Layers } from 'lucide-svelte';
|
|
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
|
</script>
|
|
|
|
# { title }
|
|
|
|
### <Ruler size="16" class="inline-block" style="margin-bottom: 2px" /> Afstandseenheden
|
|
|
|
Wijzig de eenheden die worden gebruikt om afstanden in de interface weer te geven.
|
|
|
|
### <Zap size="16" class="inline-block" style="margin-bottom: 2px" /> Snelheids eenheden
|
|
|
|
Verander de eenheden die worden gebruikt om velocities in de interface weer te geven.
|
|
Je kunt kiezen tussen afstand per uur of minuten per afstand, wat geschikter kan zijn voor het uitvoeren van activiteiten.
|
|
|
|
### <Thermometer size="16" class="inline-block" style="margin-bottom: 2px" /> Temperatuureenheden
|
|
|
|
Verander de eenheden die worden gebruikt om de temperaturen in de interface weer te geven.
|
|
|
|
### <Languages size="16" class="inline-block" style="margin-bottom: 2px" /> Taal
|
|
|
|
Verander de taal die in de interface wordt gebruikt.
|
|
|
|
<DocsNote>
|
|
|
|
Je kunt bijdragen door vertalingen van ons <a href="https://crowdin.com/project/gpxstudio" target="_blank">Crowdin-project</a> toe te voegen of te verbeteren.
|
|
Als je wil beginnen met vertalen in een nieuwe taal, neem dan <a href="#contact">contact op</a>.
|
|
Elke hulp wordt zeer gewaardeerd!
|
|
|
|
</DocsNote>
|
|
|
|
### <Sun size="16" class="inline-block" style="margin-bottom: 2px" /> Thema
|
|
|
|
Verander het thema dat in de interface wordt gebruikt.
|
|
|
|
### <PersonStanding size="16" class="inline-block" style="margin-bottom: 2px" /> Straatweergave bron
|
|
|
|
Wijzig de bron die gebruikt wordt voor de [straatweergave](../map-controls).
|
|
De standaard is <a href="https://www.mapillary.com" target="_blank">Mapillary</a>, maar je kunt ook <a href="https://www.google.com/streetview/" target="_blank">Google Street View</a> gebruiken.
|
|
Leer meer over het gebruik van de straatweergave controle in de [map besturingselementen sectie](../map-controls).
|
|
|
|
### <Layers size="16" class="inline-block" style="margin-bottom: 2px" /> Kaartlagen...
|
|
|
|
Hiermee open je een dialoogvenster waar je kaartlagen kunt in- of uitschakelen, aangepaste lagen kunt toevoegen, de transparantie van overlays, en meer kunt aanpassen.
|
|
Meer informatie over kaart lagen is te vinden in de [map control sectie](../map-controls).
|