New translations integration.mdx (Portuguese, Brazilian)

This commit is contained in:
vcoppe 2024-07-24 00:03:19 +02:00
parent bca0379b79
commit a9d110ed04

View file

@ -1,5 +1,5 @@
---
title: Integration
title: Integração
---
<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.
Você pode usar **gpx.studio** para criar mapas mostrando os seus arquivos GPX e incorporá-los em seu site.
All you need is:
Tudo que você precisa é:
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 a public URL.
1. Um <a href="https://account.mapbox.com/auth/signup" target="_blank">Token de acesso do Mapbox</a> para caeegar o mapa, e
2. Arquivos GPX hospedados em seu servidor ou uma URL pública.
You can then play with the configurator below to customize your map and generate the corresponding HTML code.
Você pode configurar abaixo a aparência do seu mapa e gerar o código HTML correspondente.
<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.
Você precisa configurar cabeçalhos <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS" target="_blank">Cross-Origin Resource Sharing (CORS)</a> no seu servidor para permitir que <b>gpx.studio</b> carregue seus arquivos GPX.
</DocsNote>