Talk:Strava
Tampermonkey Script
I was tired of copying cookies from browser, so I finally have created simple script to generate full TMS link for JOSM.
Tested on Chrome with Tampermonkey BETA.
Maybe it can be included on main page.
https://greasyfork.org/en/scripts/425091-strava-global-heatmap-tms-server-link-generator-for-josm
Ski activity type
How to filter heatmap data by ski activity type?
I currently use something like this to restrict data to run activity type:
tms[3,15]:https://heatmap-external-{switch:a,b,c}.strava.com/tiles-auth/run/hot/{zoom}/{x}/{y}.png?Key-Pair-Id=<...>&Policy=<...>&Signature=<...>
I can do a similar thing specifying "ride" instead of "run". But I can do it with ski? The "ski" string does not work.
--solitone (talk) 17:57, 22 January 2019 (UTC)
Have you tried "winter"?
tms[3,15]:https://heatmap-external-{switch:a,b,c}.strava.com/tiles-auth/winter/bluered/{zoom}/{x}/{y}.png?Key-Pair-Id=<...>&Policy=<...>&Signature=<...>
--GOwin (talk) 02:37, 23 January 2019 (UTC)
"winter" works
I tried "winter" as you suggested, and it works, thanks! Is there a list of all possible values?
--solitone (talk) 05:54, 23 January 2019 (UTC)
"both" no longer works
It seems that Strava have stopped serving tiles on "both"-path. Seeing how this basically is a combination of the two layers "run" and "ride", it wouldn't surprise me if they removed it.
Can someone confirm and remove the "both"-item from the page?
--Sssandum (talk) 09:28, 6 September 2021 (UTC)
- I checked it and the "both" path is working but it shows the exact same image as the "all" activity (i.e. a combination of run, ride, water and winter). I'll remove it from the page as it's not useful to have a duplicate there. --Cafeconleche (talk) 19:07, 15 September 2021 (UTC)