Skip to content

Commit 0f323f2

Browse files
committed
lint
1 parent e6408a1 commit 0f323f2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: src/plots/maplibre/constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ module.exports = {
171171
requiredVersion: requiredVersion,
172172

173173

174-
styleValueDflt: 'https://basemaps.cartocdn.com/gl/positron-nolabels-gl-style/style.json',
174+
styleValueDflt: 'carto-positron',
175175
stylesMapLibre: stylesMapLibre,
176176
styleValuesMapLibre: styleValuesMapLibre,
177177

Diff for: test/plot-schema.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@
244244
"min": 0,
245245
"valType": "integer"
246246
},
247-
248247
"modeBarButtons": {
249248
"description": "Define fully custom mode bar buttons as nested array, where the outer arrays represents button groups, and the inner arrays have buttons config objects or names of default buttons See ./components/modebar/buttons.js for more info.",
250249
"dflt": false,
@@ -4232,7 +4231,7 @@
42324231
},
42334232
"role": "object",
42344233
"style": {
4235-
"description": "Defines the map layers that are rendered by default below the trace layers defined in `data`, which are themselves by default rendered below the layers defined in `layout.maplibre.layers`. These layers can be defined either explicitly as a MapLibre Style object which can contain multiple layer definitions that load data from any public or private Tile Map Service (TMS or XYZ) or Web Map Service (WMS) or implicitly by using one of the built-in style objects which use WMSes or by using a custom MapLibre style URL. MapLibre Style objects are of the form described in the MapLibre GL JS documentation available at https://maplibre.org/maplibre-style-spec The built-in plotly.js styles objects are: carto-darkmatter, carto-positron, open-street-map, stamen-terrain, stamen-toner, stamen-watercolor, white-bg.",
4234+
"description": "Defines the map layers that are rendered by default below the trace layers defined in `data`, which are themselves by default rendered below the layers defined in `layout.maplibre.layers`. These layers can be defined either explicitly as a MapLibre Style object which can contain multiple layer definitions that load data from any public or private Tile Map Service (TMS or XYZ) or Web Map Service (WMS) or implicitly by using one of the built-in style objects which use WMSes or by using a custom style URL MapLibre Style objects are of the form described in the MapLibre GL JS documentation available at https://maplibre.org/maplibre-style-spec/ The built-in plotly.js styles objects are: carto-darkmatter, carto-positron, open-street-map, stamen-terrain, stamen-toner, stamen-watercolor, white-bg.",
42364235
"dflt": "carto-positron",
42374236
"editType": "plot",
42384237
"valType": "any",

0 commit comments

Comments
 (0)