mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-12-02 18:12:11 +00:00
* New translations files-and-stats.mdx (Basque) * New translations routing.mdx (Basque) * New translations files-and-stats.mdx (Basque) * New translations getting-started.mdx (Basque) * New translations gpx.mdx (Basque) * New translations integration.mdx (Basque) * New translations map-controls.mdx (Basque) * New translations file.mdx (Basque) * New translations extract.mdx (Basque) * New translations merge.mdx (Basque) * New translations scissors.mdx (Basque) * New translations faq.mdx (Basque)
28 lines
995 B
Plaintext
28 lines
995 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 href="https://account.mapbox.com/auth/signup" target="_blank">Mapbox sarbiderako tokena</a> mapa kargatzeko, eta
|
|
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 />
|