We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce16407 commit caf83d6Copy full SHA for caf83d6
CHANGELOG.md
@@ -4,6 +4,7 @@
4
- _...Add new stuff here..._
5
6
### 🐞 Bug fixes
7
+- Add missing `global-state` expression typing ([#1130](https://github.com/maplibre/maplibre-style-spec/pull/1130))
8
9
10
## 23.2.3
build/generate-style-spec.ts
@@ -265,6 +265,8 @@ export type ExpressionSpecification =
265
| ['zoom'] // number
266
// Heatmap
267
| ['heatmap-density'] // number
268
+ // Global state
269
+ | ['global-state', string] // unknown
270
271
export type ExpressionFilterSpecification = boolean | ExpressionSpecification
272
0 commit comments