Skip to content

Commit 5496d36

Browse files
committed
remove limitation
1 parent 27e9f4b commit 5496d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/python/mapbox-layers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The word "mapbox" in the trace names and `layout.mapbox` refers to the Mapbox GL
6464
The accepted values for `layout.mapbox.style` are one of:
6565

6666
- `"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.
6868
- `"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.
6969
- A Mapbox service style URL, which requires a Mapbox Access Token or an on-premise Mapbox installation.
7070
- A Mapbox Style object as defined at https://docs.mapbox.com/mapbox-gl-js/style-spec/

0 commit comments

Comments
 (0)