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
@@ -2373,6 +2373,20 @@
2373
2373
"valType": "number"
2374
2374
},
2375
2375
"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
+
},
2376
2390
"parallels": {
2377
2391
"description": "For conic projection types only. Sets the parallels (tangent, secant) where the cone intersects the sphere.",
0 commit comments