-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Stamen tiles are deprecated #1803
Comments
This was referenced Sep 12, 2023
Merged
https://github.com/CooperHewittCollection/watercolor_examples folium.Map(
location=(48.8330293, 2.3618845),
tiles='https://watercolormaps.collection.cooperhewitt.org/tile/watercolor/{z}/{x}/{y}.jpg',
attr='Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under CC BY SA.',
zoom_start=5
) |
@jilljenn If these are alive from other source now, I would suggest adding them to https://github.com/leaflet-extras/leaflet-providers. They will then propagate to folium via xyzservices and the whole ecosystem will benefit from the addition, not just folium. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We include built-in support for Stamen tiles, but Stamen is deprecating them and moving under Stadia, which requires an API key. See https://stamen.com/here-comes-the-future-of-stamen-maps/
The URLs we include will not work anymore.
leaflet-providers
moved Stamen tiles under their Stadia provider in leaflet-extras/leaflet-providers#520. The question is what we do in folium. We can't just use the new Stadia URL as that will not work without an API key. And we cannot provide one because the free account has a limit that we would immediately exceed given the popularity of folium. I'm afraid that we will have to remove them without a replacement.The text was updated successfully, but these errors were encountered: