Closed
Description
How to avoid this dirty url in the layer control?
base_map = folium.Map(location=[50.377157, 9.36088], zoom_start=6,
tiles='https://api.mapbox.com/styles/v1/'
'mapbox/{theme}-v9/tiles/256/{z}/{x}/{y}?'
'access_token={token}'.format(theme='dark', z='{z}', x='{x}', y='{y}',
token=ACCESS_TOKEN_MAPBOX),
attr='Live Wetter Map')
Metadata
Metadata
Assignees
Labels
No labels