From a354698022bf255cc36f018a48f07b1bcbdfa46b Mon Sep 17 00:00:00 2001 From: vcoppe Date: Tue, 15 Jul 2025 14:10:34 +0200 Subject: [PATCH] New translations integration.mdx (Thai) --- website/src/lib/docs/th/integration.mdx | 27 +++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 website/src/lib/docs/th/integration.mdx diff --git a/website/src/lib/docs/th/integration.mdx b/website/src/lib/docs/th/integration.mdx new file mode 100644 index 00000000..a08c54df --- /dev/null +++ b/website/src/lib/docs/th/integration.mdx @@ -0,0 +1,27 @@ +--- +title: Integration +--- + + + +# { title } + +You can use **gpx.studio** to create maps showing your GPX files and embed them in your website. + +All you need is: + +1. A Mapbox access token to load the map, and +2. GPX files hosted on your server or on Google Drive, or accessible via a public URL. + +You can then play with the configurator below to customize your map and generate the corresponding HTML code. + + + +You will need to set up Cross-Origin Resource Sharing (CORS) headers on your server to allow gpx.studio to load your GPX files. + + + +