Code Select
<httpparam name="Cookie"><![CDATA[Replace this text with your whole cookie. Probably it doesn't start with 'ajs_groupxxxxx']]></httpparam>
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.
Pages1
#1
MAPAS/MAPS / Re: Strava heatmap
May 28, 2018, 07:54:00 AM #2
MAPAS/MAPS / Re: Strava heatmap
May 23, 2018, 08:31:08 PMMaybe you should remove the cache/memory or try another place?
This works for me:
Code Select
<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 PMCode Select
<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 PMCode Select
<url><![CDATA[https://heatmap-external-a.strava.com/tiles-auth/ride/hot/{$z}/{$x}/{$y}.png?px=256]]></url>
#5
MAPAS/MAPS / Re: Strava heatmap
April 30, 2018, 12:56:38 PM #7
MAPAS/MAPS / Re: Strava heatmap
April 13, 2018, 02:51:37 PMI 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.
Pages1