bparmentier / OpenBikeSharing

Shared bikes availability in your city
https://openbikesharing.org
Other
67 stars 56 forks source link

MapQuest-OSM not working anymore #33

Closed github-user-1 closed 7 years ago

github-user-1 commented 8 years ago

Hello, the MapQuest-OSM is not working anymore:

screenshot

bparmentier commented 7 years ago

I will remove MapQuest-OSM support in the next version since they now require an API key.

I may reconsider this in the future if I find a good way on how to handle API keys in open source projects.

frazzmark commented 7 years ago

Can't you use the osmdroid library? I don't think it requires api keys

bparmentier commented 7 years ago

osmdroid is the library that gives the possibility to use map tiles from various services, including Mapnik (OSM default rendering, no API key needed) and MapQuest (API key needed). There are some other tiles providers that we could add: https://github.com/osmdroid/osmdroid/wiki/Map-Sources#online-map-sources-out-of-the-box

bparmentier commented 7 years ago

Support for MapQuest-OSM was removed in b6c8550b2bd0a99b57df8e0adfa40d0c1785847b.