Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - smartl

#1
MAPAS/MAPS / Re: Strava heatmap
May 28, 2018, 07:54:00 AM
phil-bzh: Have you replaced the whole cookie-string (not just the ID)?
<httpparam name="Cookie"><![CDATA[Replace this text with your whole cookie. Probably it doesn't start with 'ajs_groupxxxxx']]></httpparam>
#2
MAPAS/MAPS / Re: Strava heatmap
May 23, 2018, 08:31:08 PM
Did you reload the onlinemapsources.xml?

Maybe you should remove the cache/memory or try another place?

This works for me:
<onlinemapsource uid="91">
<name>Strava heatmap cycle hot (STRAVA)</name>
<url><![CDATA[https://heatmap-external-a.strava.com/tiles-auth/ride/hot/{$z}/{$x}/{$y}.png?px=256]]></url>
<minzoom>6</minzoom>
<maxzoom>23</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<httpparam name="Cookie"><![CDATA[ajs_group_id=null; ajs_anonymous_id=.......]]></httpparam>
<cacheable>1</cacheable>
<downloadable>1</downloadable>
<maxtilesday>0</maxtilesday>
<maxthreads>0</maxthreads>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
#3
MAPAS/MAPS / Re: statkart.no stopped working?
May 23, 2018, 03:20:15 PM
The service is replaced by topo4. Try this URL:
<url><![CDATA[http://opencache.statkart.no/gatekeeper/gk/gk.open_gmaps?layers=topo4&zoom={$z}&x={$x}&y={$y}]]></url>
#4
MAPAS/MAPS / Re: Strava heatmap
May 23, 2018, 03:12:27 PM
Try this line:
<url><![CDATA[https://heatmap-external-a.strava.com/tiles-auth/ride/hot/{$z}/{$x}/{$y}.png?px=256]]></url>

px=256 makes the trick.
#5
MAPAS/MAPS / Re: Strava heatmap
April 30, 2018, 12:56:38 PM
ebertocchi, is it still working for you? No heatmap appears anymore, not the old ones either.
#6
MAPAS/MAPS / Re: Strava heatmap
April 14, 2018, 10:39:53 PM
Works perfectly! Thank you.
#7
MAPAS/MAPS / Re: Strava heatmap
April 13, 2018, 02:51:37 PM
Orux is a wonderful app and I use it a lot, especially with strava heatmap on top of a base map. Since strava introduced zooming-limitations I have searched for a solution. The same issue was discussed in the locus-forum and it seems that someone has found a solution there:

http://help.locusmap.eu/topic/strava-heatmap-requires-now-authentification-at-higher-zoom">//http://help.locusmap.eu/topic/strava-heatmap-requires-now-authentification-at-higher-zoom



I tried to do the same in orux but didn't succeed. Is there anyone who has more technical skills, can try this in Orux and post a description/onlinemapsources.xml? I would really appreciate it.