Skip to content

Commit 1bfc5bb

Browse files
committed
Update schema
1 parent 9b46d33 commit 1bfc5bb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/plot-schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2388,14 +2388,14 @@
23882388
},
23892389
"editType": "plot",
23902390
"maxscale": {
2391-
"description": "Maximal zoom level of the map view. A maxscale of *2* (200%) corresponds to a zoom level where the map is twice as big as the base layer.",
2392-
"dflt": -1,
2391+
"description": "Sets the maximum zoom level of the map view, relative to `projection.scale`. A `maxscale` of *2* (200%) prevents the user from zooming in beyond twice the base zoom level. Defaults to *null* for no upper bound.",
2392+
"dflt": null,
23932393
"editType": "plot",
23942394
"min": 0,
23952395
"valType": "number"
23962396
},
23972397
"minscale": {
2398-
"description": "Minimal zoom level of the map view. A minscale of *0.5* (50%) corresponds to a zoom level where the map has half the size of base zoom level.",
2398+
"description": "Sets the minimum zoom level of the map view, relative to `projection.scale`. A `minscale` of *0.5* (50%) prevents the user from zooming out beyond half the base zoom level. The default of *0* imposes no lower bound.",
23992399
"dflt": 0,
24002400
"editType": "plot",
24012401
"min": 0,

0 commit comments

Comments
 (0)