liskin / strava-map-switcher

Map switcher for Strava website
GNU General Public License v3.0
71 stars 20 forks source link

Enhacement Rq.: mapy.cz road traffic #24

Open milmat72 opened 11 months ago

milmat72 commented 11 months ago

Hi Tomas, could you please add https://mapy.cz/dopravni ? It is usable when you plan a road cycling route. You can see here the closed roads Thanks, Milos

liskin commented 11 months ago

That'll probably be very difficult or even impossible because the road closures aren't drawn in the bitmap tiles. They seem to be in a separate vector layer on top of the tiles, and I don't think we can get that data without using mapy.cz's map engine. And that's something we can't really do here because Strava uses leaflet.js on some pages and mapbox-gl on other pages and this extension just adds additional tile layers to those. 😞