Skip to content

Commit 076443d

Browse files
authored
Fix typo in scale denominator properties
1 parent 382e377 commit 076443d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

3.0.22/reference.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,14 +160,14 @@
160160
"status": "deprecated"
161161
},
162162
"minimum-scale-denominator": {
163-
"css": "minimum-scale-denomitator",
163+
"css": "minimum-scale-denominator",
164164
"default-value": 0,
165165
"type":"float",
166166
"default-meaning": "The layer will be visible at the minimum possible scale denominator",
167167
"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."
168168
},
169169
"maximum-scale-denominator": {
170-
"css": "maximum-scale-denomitator",
170+
"css": "maximum-scale-denominator",
171171
"default-value": "1.79769e+308",
172172
"type":"float",
173173
"default-meaning": "The layer will be visible at the maximum possible scale denominator",

0 commit comments

Comments
 (0)