New translations integration.mdx (Chinese Simplified)

This commit is contained in:
vcoppe 2024-12-28 09:08:14 +01:00
parent 7947789e5b
commit cc0772baa8

View file

@ -1,5 +1,5 @@
---
title: Integration
title: 集成
---
<script>
@ -9,18 +9,18 @@ title: Integration
# { title }
You can use **gpx.studio** to create maps showing your GPX files and embed them in your website.
支持使用 **gpx.studio** 创建显示 GPX 文件的地图,并将其嵌入个人网站中。
All you need is:
只需:
1. A <a href="https://account.mapbox.com/auth/signup" target="_blank">Mapbox access token</a> to load the map, and
2. GPX files hosted on your server or on Google Drive, or accessible via a public URL.
1. 拥有一个用于加载地图的 <a href="https://account.mapbox.com/auth/signup" target="_blank">Mapbox access token</a>
2. 将 GPX 文件托管在个人服务器或 Google Drive 上,或通过公共 URL 访问。
You can then play with the configurator below to customize your map and generate the corresponding HTML code.
然后,使用下面的配置器来自定义您的地图并生成相应的 HTML 代码。
<DocsNote type="warning">
You will need to set up <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS" target="_blank">Cross-Origin Resource Sharing (CORS)</a> headers on your server to allow <b>gpx.studio</b> to load your GPX files.
需在服务器上设置 <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS" target="_blank">跨源资源共享 (CORS)</a> 标头,以允许 <b>gpx.studio</b> 加载个人 GPX 文件。
</DocsNote>