Skip to content

Commit c42cb9d

Browse files
committed
test: adopt test/plot-schema.json to new plot-schema
1 parent b46375a commit c42cb9d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: test/plot-schema.json

+14
Original file line numberDiff line numberDiff line change
@@ -2585,6 +2585,20 @@
25852585
"valType": "number"
25862586
},
25872587
"editType": "plot",
2588+
"maxscale": {
2589+
"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.",
2590+
"dflt": -1,
2591+
"editType": "plot",
2592+
"min": 0,
2593+
"valType": "number"
2594+
},
2595+
"minscale": {
2596+
"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.",
2597+
"dflt": 0,
2598+
"editType": "plot",
2599+
"min": 0,
2600+
"valType": "number"
2601+
},
25882602
"parallels": {
25892603
"description": "For conic projection types only. Sets the parallels (tangent, secant) where the cone intersects the sphere.",
25902604
"editType": "plot",

0 commit comments

Comments
 (0)