You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/python/mapbox-layers.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ The word "mapbox" in the trace names and `layout.mapbox` refers to the Mapbox GL
64
64
The accepted values for `layout.mapbox.style` are one of:
65
65
66
66
-`"white-bg"` yields an empty white canvas which results in no external HTTP requests
67
-
-`"open-street-map"`, `"carto-positron"`, and `"carto-darkmatter"` yield maps composed of _raster_ tiles from various public tile servers which do not require signups or access tokens. There is currently a known issue with `"stamen-terrain"`, `"stamen-toner"` and `"stamen-watercolor"` tiles, which will be fixed in a future Plotly.py release.
67
+
-`"open-street-map"`, `"carto-positron"`, and `"carto-darkmatter"` yield maps composed of _raster_ tiles from various public tile servers which do not require signups or access tokens.
68
68
-`"basic"`, `"streets"`, `"outdoors"`, `"light"`, `"dark"`, `"satellite"`, or `"satellite-streets"` yield maps composed of _vector_ tiles from the Mapbox service, and _do_ require a Mapbox Access Token or an on-premise Mapbox installation.
69
69
- A Mapbox service style URL, which requires a Mapbox Access Token or an on-premise Mapbox installation.
70
70
- A Mapbox Style object as defined at https://docs.mapbox.com/mapbox-gl-js/style-spec/
0 commit comments