|
532 | 532 | "Sets the center point of the map.", |
533 | 533 | ], |
534 | 534 | map_style=[ |
535 | | - "str (default `'basic'`, needs Map API token)", |
536 | | - "Identifier of base map style, some of which require a Map or Stadia Maps API token to be set using `plotly.express.set_map_access_token()`.", |
537 | | - "Allowed values which do not require a token are `'open-street-map'`, `'white-bg'`, `'carto-positron'`, `'carto-darkmatter'`.", |
538 | | - "Allowed values which require a Map API token are `'basic'`, `'streets'`, `'outdoors'`, `'light'`, `'dark'`, `'satellite'`, `'satellite-streets'`.", |
539 | | - "Allowed values which require a Stadia Maps API token are `'stamen-terrain'`, `'stamen-toner'`, `'stamen-watercolor'`.", |
| 535 | + "str (default `'basic'`)", |
| 536 | + "Identifier of base map style.", |
| 537 | + "Allowed values are `'basic'`, `'carto-darkmatter'`, `'carto-darkmatter-nolabels'`, `'carto-positron'`, `'carto-positron-nolabels'`, `'carto-voyager'`, `'carto-voyager-nolabels'`, `'dark'`, `'light'`, `'open-street-map'`, `'outdoors'`, `'satellite'`, `'satellite-streets'`, `'streets'`, `'white-bg'`.", |
540 | 538 | ], |
541 | 539 | mapbox_style=[ |
542 | 540 | "str (default `'basic'`, needs Mapbox API token)", |
|
0 commit comments