OruxMaps

Uncategorized Boards => GENERAL => Topic started by: chrismtb on July 31, 2017, 01:36:39 PM

Title: strava heat map kml file
Post by: chrismtb on July 31, 2017, 01:36:39 PM
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/{$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)?
Title: Re: strava heat map kml file
Post by: orux on August 01, 2017, 10:18:20 PM
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/{$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