The support forum is temporarily read-only. For urgent requests, please email contact[at]psyberia.net

[closed] Strava HeatMAP new-released!

It's all about maps...
Post Reply
steve66
Posts: 4
Joined: Mon Nov 20, 2017 2:16 pm

[closed] Strava HeatMAP new-released!

Post by steve66 »

Hi AQ creators,
just now on Facebook I see a post about a new release of the HeatMap in subject. Open it directly on the site I can see new "tracks" added respet the previously relase of the 2014.
Can you make an update of this?
Thanks
Stefano
Italy
Psyberia-Support
Site Admin
Posts: 6406
Joined: Wed Apr 14, 2010 9:41 pm

Re: Strava HeatMAP new-released!

Post by Psyberia-Support »

Hi and sorry for the delay.
Unfortunately it's not possible to use the new release in the application.
Sorry about that.
Do you like AlpineQuest ? Leave a small comment on Google Play !
steve66
Posts: 4
Joined: Mon Nov 20, 2017 2:16 pm

Re: Strava HeatMAP new-released!

Post by steve66 »

why?
steve66
Posts: 4
Joined: Mon Nov 20, 2017 2:16 pm

Re: Strava HeatMAP new-released!

Post by steve66 »

There are tremendous amount of new data to display
Psyberia-Support
Site Admin
Posts: 6406
Joined: Wed Apr 14, 2010 9:41 pm

Re: Strava HeatMAP new-released!

Post by Psyberia-Support »

Because Strava added a protection so other applications cannot use their new map...
Do you like AlpineQuest ? Leave a small comment on Google Play !
steve66
Posts: 4
Joined: Mon Nov 20, 2017 2:16 pm

Re: Strava HeatMAP new-released!

Post by steve66 »

An effective workaround?
Thanks
2mph
Posts: 4
Joined: Tue Jan 29, 2019 5:20 pm

Re: Strava HeatMAP new-released!

Post by 2mph »

That's a great shame very useful layer for bike trails
The locus map users have come up with a solution, any chance it can be implemented in alpine quest
Psyberia-Support
Site Admin
Posts: 6406
Joined: Wed Apr 14, 2010 9:41 pm

Re: Strava HeatMAP new-released!

Post by Psyberia-Support »

Yes you can already to the same thing in AQ, just use the "<cookie>" tag to specify your account related cookie.
Do you like AlpineQuest ? Leave a small comment on Google Play !
2mph
Posts: 4
Joined: Tue Jan 29, 2019 5:20 pm

Re: [closed] Strava HeatMAP new-released!

Post by 2mph »

hi
I have had a battle with getting a cookie from chrome and adding it to the AQX file. my ancient computing and cut n paste skills not succeeding !

Could you show me what format and where to paste the cookie info in the .aqx file

i get an error
Failed to load custom map
file '/storage/emulated/
O/alpinequest/datastore/
custom-maps/COM.111.AQX':
awk (Xml Closing Tag (line
120, col 7, pos 6716: starts with
"cookie', ends with 'aqx', line
#120 column #7)

i have used these instructions from locus to acquire the cookie

As I am a heavy user to the strava heatmap as overlay I found a hack (disclaimer it's ugly :))

Create a Strava account (it's free)
Use Chrome to browse to the Strava Heatmap site (i.e. https://www.strava.com/heatmap#12.56/8. ... 9/hot/ride)
Login in Strava to be able to zoom on street level
Open open chrome developer tools -> network, filter for .png
Right click an entry in the column Name and do a "copy as cURL"
Paste that in an editor and copy the Cookie Part, everything after "Cookie:" up unto '
Override the strava2.providers.xml on your phone with the following: replace {paste cookie data here} with your Cookie data.

this is the cookie info i guessed it requires

"Cookie: CloudFront-Policy=...; CloudFront-Key-Pair-Id=...; CloudFront-Signature=..."
aahz
Posts: 10
Joined: Mon Dec 10, 2018 7:50 am

Re: [closed] Strava HeatMAP new-released!

Post by aahz »

Hi!
Here is the xml for aqx-file for strava:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<aqx version="7">

<name>Strava</name>
<description>Strava heatmaps</description>

<source id="StravaRun" layer="true">
<name>Strava Run</name>
<data-source>strava.com</data-source>
<region>WRLD</region>
<type>OTHE</type>
<preview-location>37.77297,55.77493,12</preview-location>
<level>
<zoom-values>9,10,11,12,13,14,15,16,17,18</zoom-values>
<cookie>CloudFront-Key-Pair-Id=@your_CloudFront-Key-Pair-Id@; CloudFront-Policy=@your_CloudFront-Policy@; CloudFront-Signature=@your_CloudFront-Signature@</cookie>
<update-delay>6M</update-delay>
<servers>
<referer><![CDATA[https://www.strava.com/heatmap#6.04/-115.51634/39.97289/hot/run]]></referer>
<server><![CDATA[https://heatmap-external-a.strava.com/tiles-auth/run/hot/{$z}/{$x}/{$y}.png?px=256]]></server>
<server><![CDATA[https://heatmap-external-b.strava.com/tiles-auth/run/hot/{$z}/{$x}/{$y}.png?px=256]]></server>
<server><![CDATA[https://heatmap-external-c.strava.com/tiles-auth/run/hot/{$z}/{$x}/{$y}.png?px=256]]></server>
</servers>
</level>
</source>
</aqx>
2mph
Posts: 4
Joined: Tue Jan 29, 2019 5:20 pm

Re: [closed] Strava HeatMAP new-released!v

Post by 2mph »

Thanks that's great , I will cut n paste my cloud front id , when I get home , I also need to us bike heat map !
aahz
Posts: 10
Joined: Mon Dec 10, 2018 7:50 am

Re: [closed] Strava HeatMAP new-released!

Post by aahz »

Just change "run" to "ride" in urls:

Code: Select all

<server><![CDATA[https://heatmap-external-a.strava.com/tiles-auth/ride/hot/{$z}/{$x}/{$y}.png?px=256]]></server>
Also, if you want to see winter tracks change "run" to "winter". And "all" for all tracks.
Ziiky
Posts: 3
Joined: Wed Nov 25, 2020 12:37 pm

Re: [closed] Strava HeatMAP new-released!

Post by Ziiky »

Hello

I am heavy user os Strava heatmaps and I used this stravaheatmap "hack" till yesterday when this stop working.
I try to update COM.111.AQX file with new "Cookie: CloudFront-Policy=...; CloudFront-Key-Pair-Id=...; CloudFront-Signature=..." parts but no luck. Strava add something new

Can some1 look into this?
Post Reply