david-r-edgar / MapSwitcher

Chrome extension to switch between different mapping websites
MIT License
25 stars 7 forks source link

Support for Strava Route Builder #20

Closed joshuahhh closed 4 years ago

joshuahhh commented 4 years ago

I am interested in adding support for the Strava Route Builder to MapSwitcher, as an input. This is the page with a URL like "https://www.strava.com/routes/26021009/edit" (though that probably won't work for you, because it's my route :P).

I've skimmed some of the techniques you use in dataExtractor.js, like URL fragments, permalinks, etc. The ones I've seen don't seem to apply to this particular page. This page has an embedded Leaflet map viewer. I'm curious if you have any leads on how to deal with those. (It seems possible I could look at tile URLs & positions and reverse-engineer the view from that...)

P.S. MapSwitcher is fantastic! It is the map-switcher of my dreams. Thank you for sharing it!