Hello,
Sure, I can move the plugin repository to the Github JOSM organization,
just let me know how to proceed.
Le 29/10/2018 à 21:29, Vincent Privat a écrit :
Thanks! I have added a new Trac component "Plugin strava_heatmap" and
set you as maintainer.
I have reaffected #16100 to this new plugin.
I see your plugin defines strings to be translated. Would you like to
bring this new plugin to the Github JOSM organization? This way it's
easier for everyone to update plugin translations. You will of course
remain full admin of the repository.
Cheers,
Vincent
Le lun. 29 oct. 2018 à 21:01, allierosm allierosm <[email protected]
<mailto:[email protected]>> a écrit :
Strava heatmap plugin
Hello,
I have developed a JOSM plugin that provides access to the
high-resolution
Strava heatmaps: https://github.com/allier-osm/strava_heatmap
Some month ago Strava has put in place a new authentication system
on their
tile server. Since then, only the low-resolution heatmaps are
available in
JOSM: At a zoom level > 12, the tile server expects the client to
provide a
session cookie.
As discussed in https://josm.openstreetmap.de/ticket/16100,
implementing an
OAuth connector would be ideal to get access to the high-resolution
heatmaps. But until such a connector is implemented a simple
workaround
consists in retrieving the authentication cookies from the Strava
website
and setting them in the tile server URL. The plugin I developed
automates
this process.
Any feedback is welcome :-)