Skip to content

How to avoid whole tile layer url in LayerControl? #1033

Closed
@meteoDaniel

Description

@meteoDaniel

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')

bildschirmfoto von 2018-11-30 16-14-09

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