mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-03-30 08:20:41 +00:00
28 lines
1.0 KiB
Plaintext
28 lines
1.0 KiB
Plaintext
---
|
|
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. GPX files hosted on your server or on Google Drive, or accessible via a public URL;
|
|
2. _Optional:_ a <a href="https://cloud.maptiler.com/auth/widget?next=https://cloud.maptiler.com/maps/" target="_blank">MapTiler key</a> to load MapTiler maps.
|
|
|
|
Potrai quindi divertirti ad utilizzare il configuratore che trovi qua sotto per personalizzare la tua mappa e per generare il codice HTML corrispondente.
|
|
|
|
<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 />
|