You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/plot-schema.json
+14
Original file line number
Diff line number
Diff line change
@@ -2585,6 +2585,20 @@
2585
2585
"valType": "number"
2586
2586
},
2587
2587
"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
+
},
2588
2602
"parallels": {
2589
2603
"description": "For conic projection types only. Sets the parallels (tangent, secant) where the cone intersects the sphere.",
0 commit comments