Talk:Strava
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?