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 - quics

#1
MAPAS/MAPS / Re: Strava heatmap
May 23, 2018, 06:53:26 PM
I tried px=256 but I still get maps like this:



http://quics.bplaced.net/misc/Screenshot_20180523-184355.png">



It seems that also the zoom levels of the track and the map don't match.

Any ideas?
#2
MAPAS/MAPS / Re: Strava heatmap
May 21, 2018, 11:26:01 PM
Hi Yamayo!

I tried it with the following code:
<onlinemapsource uid="51">
<name>Strava new 54 zyx heatmap [ride] (OVERLAY)</name>
<!-- <url><![CDATA[http://globalheat.strava.com/tiles/both/color3/{$z}/{$x}/{$y}.png]]></url> -->
<url><![CDATA[https://heatmap-external-a.strava.com/tiles-auth/ride/hot/{$z}/{$x}/{$y}.png?v=17]]></url>
<minzoom>0</minzoom>
<maxzoom>15</maxzoom>
<httpparam name="Cookie"><![CDATA[optimizelyEndUserId=oeu1466579122315673425r0.5835756707355442567052; optimizelySegments=^%^7B^%^22176579397559^%^22^%^3A^%^22false^%^22^%^2C^%^22179790633^%^22^%^3A^%^22direct^%^22^%^2C^%^22180070639^%^22^%^3A^%^22gc^%^22^%^7D; optimizelyBuckets=^%^7B^%^7D; _ga=GA1.2.2078697758.1469122114; ajs_group_id=null; ajs_anonymous_id=^%^223633b9fc-fdb9-408e-b304-ff56422cec43^%^22; _gid=GA1.2.771601027.1526202524; _strava4_session=pulkmr4jccit1eqnqdk5qpan2isancmo; ajs_user_id=15369477842; CloudFront-Policy=eyJTdGF0ZW1lbnQiOiBbeyJSZXNvdXJjZSI6Imh0dHBzOi8vaGVhdG1hcC1leHRlcm5hbC0qLnN0cmF2YS5jb20vKiIsIkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTUyNzA2NjU0N30sIkRhdGVHcmVhdGVyVGhhbiI6eyJBV1M6RXBvY2hUaW1lIjoxNTI1ODQyNTQ3fX19XX0_; CloudFront-Key-Pair-Id=APKAIDPUN4QMG7VUQPSA; CloudFront-Signature=NdQ9gzQuIy46QRl3c9GivDqHUyUoYY9zVHX2PC2-cq-Fsw1A047o3L04bbZtyACyG9hEwR6QBA7SQMHUMTtZVEOZKRoO9ffruBbGLkjdqGkrzyFOR6J5O7Y3FKxRsDLJy-yiHTOgB8M3~CkPJkbp7EvSUZ67KL6BdWkX7qxXo8IHyyKCfoqkaUzdR6K-3HEZzFrdIN7uRLfgCvuF-Yw2sP2RT2s1wMPXmJyYBraKfYF6NJx7S5yMYsIkzOtbh3XfDATFoHdWOIVwD7XlT5LCTm~AQXceiTHaKasneFbxz8KY8xGsrNdc5CjnObQYxr37HGRJa-zm6gyBQK~jTqxflA__; _dc_gtm_UA-6304847-24=1]]></httpparam>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<cacheable>1</cacheable>
<downloadable>1</downloadable>
</onlinemapsource>


I could load heatmap tiles but they seemed to be out of the regular order and were unuseable as they were not placed at the right position on the map.



Comparing the two mapsources I noticed you are missing the $ signs in the coordinates.



Does anyone else find an error in our codes?