Skip to content

Commit a4b600d

Browse files
mapbox name fix
1 parent bd9d849 commit a4b600d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/mapbox-layers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Mapbox tile maps are composed of various layers, of three different types:
5656

5757
#### Mapbox Access Tokens and When You Need Them
5858

59-
The word "mapbox" in the trace names and `layout.mapbox` refers to the Mapbox.js open-source library, which is integrated into Plotly.py. If your basemap in `layout.mapbox.style` uses data from the Mapbox _service_, then you will need to register for a free account at https://mapbox.com/ and obtain a Mapbox Access token. This token should be provided in `layout.mapbox.access_token` (or, if using Plotly Express, via the `px.set_mapbox_access_token()` configuration function).
59+
The word "mapbox" in the trace names and `layout.mapbox` refers to the Mapbox GL JS open-source library, which is integrated into Plotly.py. If your basemap in `layout.mapbox.style` uses data from the Mapbox _service_, then you will need to register for a free account at https://mapbox.com/ and obtain a Mapbox Access token. This token should be provided in `layout.mapbox.access_token` (or, if using Plotly Express, via the `px.set_mapbox_access_token()` configuration function).
6060

6161
> If your `layout.mapbox.style` does not use data from the Mapbox service, you do _not_ need to register for a Mapbox account.
6262

0 commit comments

Comments
 (0)