mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 16:52:31 +00:00
New Crowdin updates (#83)
* New translations en.json (Catalan) * New translations faq.mdx (Spanish) * New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Catalan) * New translations en.json (Czech) * New translations en.json (German) * New translations en.json (Greek) * New translations en.json (Hungarian) * New translations en.json (Italian) * New translations en.json (Lithuanian) * New translations en.json (Dutch) * New translations en.json (Norwegian) * New translations en.json (Polish) * New translations en.json (Portuguese) * New translations en.json (Russian) * New translations en.json (Swedish) * New translations en.json (Chinese Simplified) * New translations en.json (Vietnamese) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Korean) * New translations en.json (Hebrew) * 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 elevation.mdx (Romanian) * New translations elevation.mdx (French) * New translations elevation.mdx (Spanish) * New translations elevation.mdx (Catalan) * New translations elevation.mdx (Czech) * New translations elevation.mdx (German) * New translations elevation.mdx (Greek) * New translations elevation.mdx (Hebrew) * New translations elevation.mdx (Hungarian) * New translations elevation.mdx (Italian) * New translations elevation.mdx (Korean) * New translations elevation.mdx (Lithuanian) * New translations elevation.mdx (Dutch) * New translations elevation.mdx (Norwegian) * New translations elevation.mdx (Polish) * New translations elevation.mdx (Portuguese) * New translations elevation.mdx (Russian) * New translations elevation.mdx (Swedish) * New translations elevation.mdx (Chinese Simplified) * New translations elevation.mdx (Vietnamese) * New translations elevation.mdx (Portuguese, Brazilian) * Update source file en.json * Update source file faq.mdx * Update source file elevation.mdx * New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Catalan) * New translations en.json (Czech) * New translations en.json (German) * New translations en.json (Greek) * New translations en.json (Hungarian) * New translations en.json (Italian) * New translations en.json (Lithuanian) * New translations en.json (Dutch) * New translations en.json (Norwegian) * New translations en.json (Polish) * New translations en.json (Portuguese) * New translations en.json (Russian) * New translations en.json (Swedish) * New translations en.json (Chinese Simplified) * New translations en.json (Vietnamese) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Korean) * New translations en.json (Hebrew) * New translations elevation.mdx (French) * Update source file en.json * New translations en.json (French) * New translations en.json (Spanish)
This commit is contained in:
@@ -33,8 +33,3 @@ Someone more experienced with OpenStreetMap will then review your note and make
|
||||
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>.
|
||||
|
24
website/src/lib/docs/zh/toolbar/elevation.mdx
Normal file
24
website/src/lib/docs/zh/toolbar/elevation.mdx
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
title: 高程
|
||||
---
|
||||
|
||||
<script>
|
||||
import { MountainSnow } from 'lucide-svelte';
|
||||
import Elevation from '$lib/components/toolbar/tools/Elevation.svelte';
|
||||
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
||||
</script>
|
||||
|
||||
# <MountainSnow size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
|
||||
|
||||
This tool allows you to add elevation data to traces and [points of interest](../gpx), or to replace the existing data.
|
||||
|
||||
<div class="flex flex-row justify-center">
|
||||
<Elevation class="text-foreground p-3 border rounded-md shadow-lg" />
|
||||
</div>
|
||||
|
||||
<DocsNote>
|
||||
|
||||
Elevation data is provided by <a href="https://mapbox.com" target="_blank">Mapbox</a>.
|
||||
You can learn more about its origin and accuracy in the <a href="https://docs.mapbox.com/data/tilesets/reference/mapbox-terrain-dem-v1/#elevation-data" target="_blank">documentation</a>.
|
||||
|
||||
</DocsNote>
|
Reference in New Issue
Block a user