You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been able to use the lib to retreive my activities and that's great. Thanks for that.
I was wondering if the lib could help to access heatmap tiles.
Heatmap tiles are accessible through a GET to https://heatmap-external-a.strava.com/tiles-auth/all/hot/{zoom]/{x]/{y}.png?v=19 using the same rules as OpenStreetMap tiles servers.
However, access to highest zoom levels is available only when you are logged to Strava.
To access those tiles, you need to provide some cookies with the GET request.
I can pick those cookies manually using my browser dev tools and use them in my mapping software to retreive the tiles and overlay them over topo maps.
But it would be great if that could be automated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello
I've been able to use the lib to retreive my activities and that's great. Thanks for that.
I was wondering if the lib could help to access heatmap tiles.
Heatmap tiles are accessible through a GET to
https://heatmap-external-a.strava.com/tiles-auth/all/hot/{zoom]/{x]/{y}.png?v=19
using the same rules as OpenStreetMap tiles servers.However, access to highest zoom levels is available only when you are logged to Strava.
To access those tiles, you need to provide some cookies with the GET request.
I can pick those cookies manually using my browser dev tools and use them in my mapping software to retreive the tiles and overlay them over topo maps.
But it would be great if that could be automated.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions