Skip to content

Commit c5dfcf3

Browse files
mojoaxelcamdecoster
authored andcommitted
test: adopt test/plot-schema.json to new plot-schema
1 parent c49fd8e commit c5dfcf3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

test/plot-schema.json

+14
Original file line numberDiff line numberDiff line change
@@ -2373,6 +2373,20 @@
23732373
"valType": "number"
23742374
},
23752375
"editType": "plot",
2376+
"maxscale": {
2377+
"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.",
2378+
"dflt": -1,
2379+
"editType": "plot",
2380+
"min": 0,
2381+
"valType": "number"
2382+
},
2383+
"minscale": {
2384+
"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.",
2385+
"dflt": 0,
2386+
"editType": "plot",
2387+
"min": 0,
2388+
"valType": "number"
2389+
},
23762390
"parallels": {
23772391
"description": "For conic projection types only. Sets the parallels (tangent, secant) where the cone intersects the sphere.",
23782392
"editType": "plot",

0 commit comments

Comments
 (0)