So I think you need to pass in the full mapbox url rather then just the style id.
mapbox = dict(
accesstoken = mapbox_access_token,
style = 'mapbox://styles/srepho/cjttho6dl0hl91fmzwyicqkzf'
)
This worked for me.
So I think you need to pass in the full mapbox url rather then just the style id.
mapbox = dict(
accesstoken = mapbox_access_token,
style = 'mapbox://styles/srepho/cjttho6dl0hl91fmzwyicqkzf'
)
This worked for me.