mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-12-03 10:22:13 +00:00
* New translations en.json (Chinese Simplified) * New translations poi.mdx (Basque) * New translations en.json (Swedish) * New translations en.json (Polish) * New translations en.json (Swedish) * New translations files-and-stats.mdx (Swedish) * New translations integration.mdx (Swedish) * New translations getting-started.mdx (Swedish) * New translations gpx.mdx (Swedish) * New translations files-and-stats.mdx (Swedish) * New translations gpx.mdx (Swedish) * New translations routing.mdx (Swedish) * New translations elevation.mdx (Swedish) * New translations minify.mdx (Swedish) * New translations routing.mdx (Swedish) * New translations scissors.mdx (Swedish) * New translations faq.mdx (Swedish) * New translations edit.mdx (Swedish) * New translations settings.mdx (Swedish) * New translations view.mdx (Swedish) * New translations map-controls.mdx (Swedish) * New translations menu.mdx (Swedish) * New translations edit.mdx (Swedish) * New translations files-and-stats.mdx (Swedish) * New translations getting-started.mdx (Swedish) * New translations gpx.mdx (Swedish) * New translations integration.mdx (Swedish) * New translations map-controls.mdx (Swedish) * New translations menu.mdx (Swedish) * New translations edit.mdx (Swedish) * New translations routing.mdx (Swedish) * New translations scissors.mdx (Swedish) * New translations time.mdx (Swedish) * New translations extract.mdx (Swedish) * New translations merge.mdx (Swedish) * New translations minify.mdx (Swedish) * New translations poi.mdx (Swedish) * New translations routing.mdx (Swedish) * New translations elevation.mdx (Swedish) * New translations en.json (Swedish) * New translations edit.mdx (Swedish) * New translations file.mdx (Swedish) * New translations view.mdx (Swedish) * New translations toolbar.mdx (Swedish) * New translations clean.mdx (Swedish) * New translations files-and-stats.mdx (Swedish) * New translations map-controls.mdx (Swedish) * New translations minify.mdx (Swedish) * New translations poi.mdx (Swedish) * New translations routing.mdx (Swedish) * New translations scissors.mdx (Swedish) * New translations faq.mdx (Swedish)
28 lines
946 B
Plaintext
28 lines
946 B
Plaintext
---
|
|
title: Integration
|
|
---
|
|
|
|
<script>
|
|
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
|
import EmbeddingPlayground from '$lib/components/embedding/EmbeddingPlayground.svelte';
|
|
</script>
|
|
|
|
# { title }
|
|
|
|
Du kan använda **gpx.studio** för att skapa kartor som visar dina GPX-filer och infoga dem på din hemsida.
|
|
|
|
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
|
|
2. GPX files hosted on your server or on Google Drive, or accessible via a public URL.
|
|
|
|
Du kan då ändra med konfiguratorn nedan för att anpassa din karta och generera den motsvarande HTML-koden.
|
|
|
|
<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.
|
|
|
|
</DocsNote>
|
|
|
|
<EmbeddingPlayground />
|