2024-07-11 18:42:49 +02:00
---
title: Integration
---
<script>
2024-07-12 15:00:33 +02:00
import DocsNote from '$lib/components/docs/DocsNote.svelte';
2024-07-23 11:50:41 +02:00
import EmbeddingPlayground from '$lib/components/embedding/EmbeddingPlayground.svelte';
2024-07-11 18:42:49 +02:00
</script>
# { title }
2024-07-12 18:08:27 +02:00
You can use **gpx.studio** to create maps showing your GPX files and embed them in your website.
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
1. GPX files hosted on your server or a public URL.
You can then play with the configurator below to customize your map and generate the corresponding HTML code.
<DocsNote type="warning">
2024-07-23 13:04:06 +02:00
2024-07-23 19:02:14 +02:00
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.
2024-07-23 13:04:06 +02:00
2024-07-12 15:00:33 +02:00
</DocsNote>
2024-07-23 11:50:41 +02:00
<EmbeddingPlayground />