gpx.studio/website/src/lib/docs/it/integration.mdx

27 lines
1,004 B
Text

---
title: Integrazione
---
<script>
import DocsNote from '$lib/components/docs/DocsNote.svelte';
import EmbeddingPlayground from '$lib/components/embedding/EmbeddingPlayground.svelte';
</script>
# { title }
Puoi usare **gpx.studio** per creare delle mappe che mostrino i tuoi file GPX ed integrarle all'interno del tuo sito web.
Tutto ciò di cui hai bisogno è:
1. Un <a href="https://account.mapbox.com/auth/signup" target="_blank">token di accesso a Mapbox</a> per caricare la mappa, e
2. File GPX ospitati sul tuo server o su Google Drive, o accessibili tramite un URL pubblico.
You can then play with the configurator below to customize your map and generate the corresponding HTML code.
<DocsNote type="warning">
Dovrai configurare la <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS" target="_blank">Condivisione di risorse multiorigine (CORS)</a> sul tuo server per consentire a <b>gpx.studio</b> di caricare i tuoi file GPX.
</DocsNote>
<EmbeddingPlayground />