Skip to content
Thomas Muguet edited this page Aug 8, 2021 · 2 revisions

Welcome to the map2gpx wiki!

Tips

Loading a track from a Nextcloud shared folder

Requires the URL to be properly encoded.

  1. Get the URL of the file; this should give you something like https://example.com/index.php/s/shareid/download?path=%2F2021-08-05%20Dou%20du%20Praz&files=2021-08-05%20Dou%20du%20Praz.gpx (notice that the values in the query string are already encoded, and must stay that way)
  2. Url encode that - via DuckDuckGo instant anwser urlencode or https://www.urlencoder.io/ for instance, this should give something like https%3A%2F%2Fexample.com%2Findex.php%2Fs%2Fshareid%2Fdownload%3Fpath%3D%252F2021-08-05%2520Dou%2520du%2520Praz%26files%3D2021-08-05%2520Dou%2520du%2520Praz.gpx
  3. Link is https://map2gpx.fr?url=url_encoded

You can add the query parameter editable=false if you don't want intermediate markers that make the track easily editable.

You can also disable all controls (including zoom, etc.) via the query parameter controls=false.

Clone this wiki locally