liskin / strava-map-switcher

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

Mapy.cz map layers does not work #16

Closed sveckarel closed 1 year ago

sveckarel commented 1 year ago

Mapy.cz has new API and restrict access that has been used so far. See https://napoveda.seznam.cz/forum/threads/168947/1

liskin commented 1 year ago

Thanks for the link! I'll try to contact them.

MacHonzee commented 1 year ago

Hello, any progress on this? I would love to use the plugin with Mapy.cz :)

liskin commented 1 year ago

Yes, some, but just bad news. They won't give us an API key even if we paid them, so we'll need to hack around it somehow and hope they don't notice and send the lawyers. Faking the Referrer is one solution that can be implemented here, or perhaps look at how https://github.com/softopus-io/react-mapycz does it because that works without an API key too. I've been fairly busy lately so I haven't had time to actually implement either.