We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
No warning nor error is printed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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](https://private-user-images.githubusercontent.com/180339804/411063812-d304a7af-18cc-4190-bf86-99076d9ff8a0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNjg0NzcsIm5iZiI6MTczOTM2ODE3NywicGF0aCI6Ii8xODAzMzk4MDQvNDExMDYzODEyLWQzMDRhN2FmLTE4Y2MtNDE5MC1iZjg2LTk5MDc2ZDlmZjhhMC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMlQxMzQ5MzdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0zNTk0ODIwODNjY2ViOTAzMDliNTY1NjEzM2JmMzc1YjExNzI1MTA4NzVmZTEwZWM5ZmU3MmMwNWEwZjRkYWVhJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.5cshWskxUkHZ458acsEGenbWD8-4Gdle6BukezTy0bM)
No warning nor error is printed.
The text was updated successfully, but these errors were encountered: