mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-10 12:17:50 +00:00

* New translations en.json (Polish) * New translations en.json (Chinese Simplified) * New translations getting-started.mdx (Chinese Simplified) * New translations menu.mdx (Chinese Simplified) * New translations view.mdx (Chinese Simplified) * New translations files-and-stats.mdx (Chinese Simplified) * New translations edit.mdx (Chinese Simplified) * New translations file.mdx (Chinese Simplified) * New translations settings.mdx (Chinese Simplified) * New translations routing.mdx (Chinese Simplified) * New translations toolbar.mdx (Chinese Simplified) * New translations files-and-stats.mdx (Chinese Simplified) * New translations poi.mdx (Chinese Simplified) * New translations time.mdx (Chinese Simplified) * New translations routing.mdx (Chinese Simplified) * New translations scissors.mdx (Chinese Simplified) * New translations merge.mdx (Chinese Simplified) * New translations extract.mdx (Chinese Simplified) * New translations en.json (Chinese Simplified) * New translations minify.mdx (Chinese Simplified) * New translations extract.mdx (Chinese Simplified) * New translations map-controls.mdx (Chinese Simplified) * New translations clean.mdx (Chinese Simplified) * New translations elevation.mdx (Chinese Simplified) * New translations en.json (Chinese Simplified) * New translations gpx.mdx (Chinese Simplified) * New translations integration.mdx (Chinese Simplified) * New translations faq.mdx (Chinese Simplified) * New translations map-controls.mdx (Chinese Simplified) * New translations elevation.mdx (Chinese Simplified) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Simplified)
36 lines
1.4 KiB
Plaintext
36 lines
1.4 KiB
Plaintext
---
|
||
title: 常见问题
|
||
---
|
||
|
||
<script>
|
||
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
||
</script>
|
||
|
||
# { title }
|
||
|
||
### 必须捐赠才能使用该网站吗?
|
||
|
||
不需要。
|
||
本网站使用完全免费,只要财务状况允许,它将一直免费下去。
|
||
但我们欢迎任何捐赠,这将有助于维持网站的长久运行。
|
||
|
||
### 路线是如何生成的? _以及_ 如何在地图上添加内容?
|
||
|
||
**gpx.studio** 使用来自 <a href="https://www.openstreetmap.org/" target="_blank">OpenStreetMap(OSM)</a>,它是一个开放的且支持协作的世界地图数据库。
|
||
这意味着可通过 OSM 添加或编辑数据来丰富地图信息。
|
||
|
||
若您以前从未对 OSM 做过贡献,可通过以下方式提出更改建议:
|
||
|
||
1. 在 <a href="https://www.openstreetmap.org/" target="_blank">OSM 地图</a> 上选择想要添加或编辑数据的位置;
|
||
2. 使用右侧的 <button>查询要素</button> 工具检查已有信息;
|
||
3. 右键单击该位置并选择 <button>在此添加标记</button>;
|
||
4. 描述其中不正确或缺失的内容,然后单击 <button>添加标记</button> 以提交;
|
||
|
||
之后,OSM 的资深用户将审查该提交内容,并进行必要更改。
|
||
|
||
<DocsNote>
|
||
|
||
查阅 <a href="https://wiki.openstreetmap.org/wiki/How_to_contribute" target="_blank">官方文档</a> 以深入了解如何为 OSM 做贡献。
|
||
|
||
</DocsNote>
|