strava heat map kml file

Started by chrismtb, July 31, 2017, 01:36:39 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

chrismtb

what is the proper way of putting an overlay with strava heat map?



Currently I have in onlinemapsources.xml

this entry:

  <onlinemapsource uid="66">

    <name>Strava heatmap (LAYER)</name>

    <url><![CDATA[http://globalheat.strava.com/tiles/cycling/color2/%7B$z%7D/%7B$x%7D/%7B$y%7D.png">http://globalheat.strava.com/tiles/cycl ... }/{$y}.png">http://globalheat.strava.com/tiles/cycling/color2/{$z}/{$x}/{$y}.png]]></url>

    <minzoom>0</minzoom>

    <maxzoom>18</maxzoom>

    <projection>MERCATORESFERICA</projection>

    <servers></servers>

    <httpparam name="User-Agent">{om}</httpparam>

    <cacheable>1</cacheable>

    <downloadable>1</downloadable>

    <maxtilesday>0</maxtilesday>

    <maxthreads>0</maxthreads>

    <xop></xop>

    <yop></yop>

    <zop></zop>

    <qop></qop>

    <sop></sop>

  </onlinemapsource>



that works as a map.



How can I use the kml overlay feature to put strava heat map over my biking map (openandromaps)?

orux

#1
Quote from: "chrismtb"what is the proper way of putting an overlay with strava heat map?



Currently I have in onlinemapsources.xml

this entry:

  <onlinemapsource uid="66">

    <name>Strava heatmap (LAYER)</name>

    <url><![CDATA[http://globalheat.strava.com/tiles/cycling/color2/%7B$z%7D/%7B$x%7D/%7B$y%7D.png">http://globalheat.strava.com/tiles/cycl ... }/{$y}.png">http://globalheat.strava.com/tiles/cycling/color2/{$z}/{$x}/{$y}.png]]></url>

    <minzoom>0</minzoom>

    <maxzoom>18</maxzoom>

    <projection>MERCATORESFERICA</projection>

    <servers></servers>

    <httpparam name="User-Agent">{om}</httpparam>

    <cacheable>1</cacheable>

    <downloadable>1</downloadable>

    <maxtilesday>0</maxtilesday>

    <maxthreads>0</maxthreads>

    <xop></xop>

    <yop></yop>

    <zop></zop>

    <qop></qop>

    <sop></sop>

  </onlinemapsource>



that works as a map.



How can I use the kml overlay feature to put strava heat map over my biking map (openandromaps)?


Hello,



Sorry, but it is not possible to composite maps using an online source and an offline map.



You can use a kml/kmz as a map overlay, but not a map,









orux