8000 add nolabels and voyager style · plotly/plotly.js@2f5aa98 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2f5aa98

Browse files
committed
add nolabels and voyager style
1 parent 962774e commit 2f5aa98

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/plots/mapbox/constants.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ var stamenWaterColor = [
3131
var cartoPositron = 'https://basemaps.cartocdn.com/gl/positron-gl-style/style.json';
3232
var cartoDarkmatter = 'https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json';
3333
var cartoVoyager = 'https://basemaps.cartocdn.com/gl/voyager-gl-style/style.json';
34+
var cartoPositronNoLabels = 'https://basemaps.cartocdn.com/gl/positron-nolabels-gl-style/style.json';
35+
var cartoDarkmatterNoLabels = 'https://basemaps.cartocdn.com/gl/dark-matter-nolabels-gl-style/style.json';
36+
var cartoVoyagerNoLabels = 'https://basemaps.cartocdn.com/gl/voyager-nolabels-gl-style/style.json';
3437
var arcgisSat = 'https://raw.githubusercontent.com/go2garret/maps/main/src/assets/json/arcgis_hybrid.json';
3538

3639
var stylesMapbox = {
@@ -78,6 +81,10 @@ var stylesMapbox = {
7881
},
7982
'carto-positron': cartoPositron,
8083
'carto-darkmatter': cartoDarkmatter,
84+
'carto-voyager': cartoVoyager,
85+
'carto-positron-nolabels': cartoPositronNoLabels,
86+
'carto-darkmatter-nolabels': cartoDarkmatterNoLabels,
87+
'carto-voyager-nolabels': cartoVoyagerNoLabels,
8188
'stamen-terrain': {
8289
id: 'stamen-terrain',
8390
version: 8,

0 commit comments

Comments
 (0)
0