mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-04-20 18:41:17 +00:00
28 lines
1022 B
Plaintext
28 lines
1022 B
Plaintext
---
|
|
title: Integrazioa
|
|
---
|
|
|
|
<script>
|
|
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
|
import EmbeddingPlayground from '$lib/components/embedding/EmbeddingPlayground.svelte';
|
|
</script>
|
|
|
|
# { title }
|
|
|
|
**gpx.studio** erabil dezakezu zure GPX fitxategiak erakusten dituzten mapak sortzeko eta zure webgunean txertatu.
|
|
|
|
Behar duzun guztia hau da:
|
|
|
|
1. A <a href="https://cloud.maptiler.com/auth/widget?next=https://cloud.maptiler.com/maps/" target="_blank">MapTiler key</a> to load the map, and
|
|
2. GPX fitxategiak zure zerbitzarian, hodeian, Google Drive-n edo eskuragarri URL publiko baten bidez.
|
|
|
|
Ondoren, konfiguratzailearekin jolastu dezakezu zure mapa pertsonalizatzeko eta dagokion HTML kodea sortzeko.
|
|
|
|
<DocsNote type="warning">
|
|
|
|
Zure zerbitzariko <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS" target="_blank">Jatorrizko baliabideen partekatzea (CORS) </a> goiburuak konfiguratu beharko dituzu <b>gpx.studio</b> zure GPX fitxategiak kargatzeko.
|
|
|
|
</DocsNote>
|
|
|
|
<EmbeddingPlayground />
|