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: 3.0.22/reference.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -160,14 +160,14 @@
160
160
"status": "deprecated"
161
161
},
162
162
"minimum-scale-denominator": {
163
-
"css": "minimum-scale-denomitator",
163
+
"css": "minimum-scale-denominator",
164
164
"default-value": 0,
165
165
"type":"float",
166
166
"default-meaning": "The layer will be visible at the minimum possible scale denominator",
167
167
"doc": "The minimum scale denominator that this layer will be visible at. A layer's visibility is determined by whether its status is true and if the Map scale denominator >= `minimum-scale-denominator` - 1e-6 and scale denominator < 'maximum-scale-denominator' + 1e-6."
168
168
},
169
169
"maximum-scale-denominator": {
170
-
"css": "maximum-scale-denomitator",
170
+
"css": "maximum-scale-denominator",
171
171
"default-value": "1.79769e+308",
172
172
"type":"float",
173
173
"default-meaning": "The layer will be visible at the maximum possible scale denominator",
0 commit comments