-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mapquest tiles no longer available without API key #218
Comments
Thanks for reporting this. What are the alternatives ? |
So, first option, the Mapquest plugin for Leaflet, which requires a key: |
There are many alternative tile server providers, pick one (without an api key) you like: |
Thanks @153957 , let's use leaflet-providers to give users the choice. |
I enable maps on my theme (show_map = True), which activates MapQuest tiles (pin in upper right of image). In the themes, this is written in themes/*/templates/index.html during function init_maps(). As of 2016/07/11 the Mapquest tile server is no longer available for open public use without an API key.
According to their announcement, an API key can have 15,000 accesses per month. I imagine you want to set the templates up to require the user to get their own API key or else link to someone else's map tiles.
http://devblog.mapquest.com/2016/06/15/modernization-of-mapquest-results-in-changes-to-open-tile-access/
The text was updated successfully, but these errors were encountered: