New translations integration.mdx (Spanish)

This commit is contained in:
vcoppe 2024-07-24 10:08:10 +02:00
parent 8b023834c1
commit 59fbc053ee

View file

@ -1,5 +1,5 @@
--- ---
title: Integration title: Integración
--- ---
<script> <script>
@ -9,18 +9,18 @@ title: Integration
# { title } # { title }
You can use **gpx.studio** to create maps showing your GPX files and embed them in your website. Puede usar **gpx.studio** para crear mapas que muestren sus archivos GPX e integrarlos en su sitio web.
All you need is: Todo lo que necesita es:
1. A <a href="https://account.mapbox.com/auth/signup" target="_blank">Mapbox access token</a> to load the map, and 1. Un <a href="https://account.mapbox.com/auth/signup" target="_blank">token de acceso a Mapbox</a> para cargar el mapa, y
2. GPX files hosted on your server or a public URL. 2. Archivos GPX alojados en su servidor o en una URL pública.
You can then play with the configurator below to customize your map and generate the corresponding HTML code. Luego puede jugar con el configurador de abajo para personalizar su mapa y generar el código HTML correspondiente.
<DocsNote type="warning"> <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. Necesitará configurar las cabeceras <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS" target="_blank">Cross-Origin Resource Sharing (CORS)</a> en su servidor para permitir a <b>gpx.studio</b> que cargue sus archivos GPX.
</DocsNote> </DocsNote>