Quote from: afgb1977 on May 02, 2021, 06:15:03 PMQuote from: afgb1977 on May 02, 2021, 05:21:59 PMQuote from: LaurentG on April 24, 2021, 09:30:54 AM
Bingo, it works ! Thanks a lot !
My problem was that the Url has to be slightly modified when used with authentication cookies as
https://heatmap-external-a.strava.com/tiles-auth/ride/hot/{$z}/{$x}/{$y}.png?px=256
Many thanks to have published the full example that showed me what's wrong !
On the other hand, max zoom level is 16. At 17 and above, nothing.
So it's better to have
<maxzoom>16</maxzoom>
Hello.
I just made a discovery that will end the cookie problem. I randomly found a Strava url that goes through the freemap.sk proxy, 256 zoom max = 16, 512 zoom max = 15, I made the usual changes in the url and ask to get all the STRAVA ALL in Blue, bluered, gray and hot. These are the variables that I use, so I assume without testing that the other Strava links are functional.
I think they are the best solution and alternative to the weekly configuration of Cookies and the AnyGIS links that do not work.
I leave the link to freemap.sk GitHub in case you want to read more about it, I am configuring a small file with ALL layers at 256 and 512 and in I'll upload it to this post for a moment.
Without finishing reading the documentation well, I see a User parameter on the GitHub page and I assume that the personal traces could be displayed.
https://github.com/FreemapSlovakia/strava-heatmap-proxy
Strava freemap.sk
Contains 8 URLs.
Strava ALL Blue, BlueRed, Gray and Hot.
256= ZoomMax= 16
512= ZoomMax= 15
Folder = TEST
I assume, without testing it, that the other Strava layers can be configured by making the usual changes to the URL. (run / blue /, both / bluered / ...)
It works great, also for all other activities.
Thanks very much!