When adding Strava heat map data into JOSM as Imagery, it now presents an “Error: HTTP error 403 when loading tiles”. It was working just fine a few days ago.
Here is the code and process we used for adding Strava heat maps into JOSM:
- From the Preferences menu, click on the Imagery and then select +TMS.
- Copy the values from each cookie needed for the code from Strava heat maps (when you press F11). Fill in the corresponding values in the imagery URL:
tms[15]:https://heatmap-external-{switch:a,b,c}.strava.com/tiles-auth/all/hot/{zoom}/{x}/{y}.png?Key-Pair-Id=[CloudFront-Key-Pair-ID]&Policy=[CloudFront-Policy]&Signature=[CloudFront-Signature] - Using the imagery URL you created, paste that into section 4. Edit generated TMS URL (optional).
It now only produces that error. Any insight on this?