-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Thomas Muguet edited this page Aug 8, 2021
·
2 revisions
Welcome to the map2gpx wiki!
Requires the URL to be properly encoded.
- 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) - Url encode that - via DuckDuckGo instant anwser
urlencode
or https://www.urlencoder.io/ for instance, this should give something likehttps%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
- 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
.