New Crowdin updates (#84)

* New translations en.json (Spanish)

* New translations en.json (Dutch)

* New translations en.json (Russian)

* New translations menu.mdx (Russian)

* New translations toolbar.mdx (Russian)

* New translations elevation.mdx (Dutch)

* New translations en.json (Russian)

* New translations en.json (French)

* New translations map-controls.mdx (Russian)

* New translations menu.mdx (Russian)

* New translations en.json (Russian)

* New translations mapbox.mdx (Russian)

* New translations integration.mdx (Russian)

* New translations map-controls.mdx (Russian)

* New translations view.mdx (Russian)

* New translations poi.mdx (Russian)

* New translations routing.mdx (Russian)

* New translations time.mdx (Russian)

* New translations files-and-stats.mdx (Russian)

* New translations getting-started.mdx (Russian)

* New translations gpx.mdx (Russian)

* New translations funding.mdx (Russian)

* New translations translation.mdx (Russian)

* New translations map-controls.mdx (Russian)

* New translations menu.mdx (Russian)

* New translations edit.mdx (Russian)

* New translations settings.mdx (Russian)

* New translations toolbar.mdx (Russian)

* New translations faq.mdx (Russian)

* New translations elevation.mdx (Russian)
This commit is contained in:
vcoppe
2024-09-06 13:53:46 +02:00
committed by GitHub
parent 3ce5391658
commit 3246742437
23 changed files with 547 additions and 547 deletions

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</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 (Cross-Origin Resource Sharing)</a> на вашем сервере, чтобы разрешить <b>gpx.studio</b> загружать ваши GPX-файлы.
</DocsNote>