Skip to content

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

Closed
@Wiem-benj

Description

@Wiem-benj

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions