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)?
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