8000 remove mapbox from blacklist · plotly/plotly.js@a845821 · GitHub
[go: up one dir, main page]

Skip to content

Commit a845821

Browse files
committed
remove mapbox from blacklist
1 parent 1a79b82 commit a845821

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

test/image/make_baseline.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@
9191

9292
# unable to generate baselines for the following mocks
9393
blacklist = [
94-
'mapbox_stamen-style',
95-
'mapbox_layers',
96-
'mapbox_custom-style',
9794
'plot_types',
9895
'trace_metatext',
9996
'zz-gl3d_surface_small_timerange',

test/image/mocks/mapbox_custom-style.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
],
4949
"layout": {
5050
"mapbox": {
51-
"style": "mapbox://styles/plotly-js-tests/ck4og36lx0vnj1cpdl8y0cr8m",
51+
"style": "carto-positron",
5252
"center": {
5353
"lon": -73.60287319770295,
5454
"lat": 45.50110152988742

test/image/mocks/mapbox_layers.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -539,23 +539,13 @@
539539
"below": "water",
540540
"color": "#ece2f0",
541541
"opacity": 0.8
542-
},
543-
{
544-
"sourcetype": "vector",
545-
"source": "mapbox://mapbox.mapbox-terrain-v2",
546-
"sourcelayer": "contour",
547-
"type": "line",
548-
"color": "red",
549-
"line": {
550-
"width": 2
551-
}
552542
}
553543
]
554544
},
555545

556546
"mapbox2": {
557547
"domain": {"x": [0.52, 1], "y": [0, 1]},
558-
"style": "mapbox://styles/mapbox/light-v10",
548+
"style": "light",
559549
"zoom": 4.5,
560550
"center": {"lon": -74.5, "lat": 42},
561551
"layers": [

0 commit comments

Comments
 (0)
0