The support forum is temporarily read-only. For urgent requests, please email contact[at]psyberia.net
[closed] Strava HeatMAP new-released!
[closed] Strava HeatMAP new-released!
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
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
-
- Site Admin
- Posts: 6408
- Joined: Wed Apr 14, 2010 9:41 pm
Re: Strava HeatMAP new-released!
Hi and sorry for the delay.
Unfortunately it's not possible to use the new release in the application.
Sorry about that.
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 !
Re: Strava HeatMAP new-released!
There are tremendous amount of new data to display
-
- Site Admin
- Posts: 6408
- Joined: Wed Apr 14, 2010 9:41 pm
Re: Strava HeatMAP new-released!
Because Strava added a protection so other applications cannot use their new map...
Do you like AlpineQuest ? Leave a small comment on Google Play !
Re: Strava HeatMAP new-released!
An effective workaround?
Thanks
Thanks
Re: Strava HeatMAP new-released!
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
The locus map users have come up with a solution, any chance it can be implemented in alpine quest
-
- Site Admin
- Posts: 6408
- Joined: Wed Apr 14, 2010 9:41 pm
Re: Strava HeatMAP new-released!
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 !
Re: [closed] Strava HeatMAP new-released!
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=..."
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=..."
Re: [closed] Strava HeatMAP new-released!
Hi!
Here is the xml for aqx-file for strava:
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>
Re: [closed] Strava HeatMAP new-released!v
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 !
Re: [closed] Strava HeatMAP new-released!
Just change "run" to "ride" in urls:
Also, if you want to see winter tracks change "run" to "winter". And "all" for all tracks.
Code: Select all
<server><![CDATA[https://heatmap-external-a.strava.com/tiles-auth/ride/hot/{$z}/{$x}/{$y}.png?px=256]]></server>
Re: [closed] Strava HeatMAP new-released!
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?
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?