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
Refactor passing global-state object from Style to expressions (maplibre#6366)
* maplibre-style-spec 24.1.0
* add missing typing that is required per maplibre/maplibre-style-spec#1128maplibre/maplibre-style-spec#1128
* add missing typing to filters that is required per maplibre/maplibre-style-spec#1279maplibre/maplibre-style-spec#1279
* render test for layer filter with `global-state` expression
* pass `global-state` from `Style` to layers to expressions as parameter to constructor
* pass `global-state` when creating a feature filter
* remove `global-state` passed around in order to pass it to the `evaluate` function
* fix render tests for `is_supported_script`
* remove note that `global-state` is not supported in layout properties
* changelog
0 commit comments