Skip to content
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

Map not correctly plotted when tiles passed is either 'Stamen Toner', 'Stamen Terrain', or 'Stamen Watercolor' #2091

Open
Wiem-benj opened this issue Feb 7, 2025 · 0 comments

Comments

@Wiem-benj
Copy link

Calling folium.Map() with the paramater tiles set to 'Stamen Toner', ' Stamen Terrain', or 'Stamen Watercolor' produces a blank leaflet.

The code to reproduce the issue is the following with tiles = 'Stamen Toner' case:

import folium

world_map = folium.Map(location=[56.130366, -106.346771], zoom_start=4, tiles = 'Stamen Toner')
world_map

The produced map is the following screenshot (blank map)
Image

No warning nor error is printed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant