-
-
Notifications
You must be signed in to change notification settings - Fork 823
[Draft] Global state expression #5613
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
[Draft] Global state expression #5613
Conversation
…obal-state-expression
"@maplibre/maplibre-gl-style-spec": "^23.1.0", | ||
"@types/geojson": "^7946.0.16", | ||
"@maplibre/maplibre-gl-style-spec": "^23.2.1", | ||
"@types/geojson": "^7946.0.14", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a bad merge...?
|
||
if (this._loaded) { | ||
for (const sourceCache of Object.values(this.style.sourceCaches)) { | ||
sourceCache.reload(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a less expensive way to do it? I haven't seen featureState use the same flow, so is there a different way this can/should be solved?
global-state
expression implementation.See the style spec update and related issues:
maplibre/maplibre-style-spec#886
#4964
Launch Checklist
CHANGELOG.md
under the## main
section.