-
-
Notifications
You must be signed in to change notification settings - Fork 976
Allow global state expressions in layer visibility #6659
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6659 +/- ##
==========================================
- Coverage 92.41% 92.14% -0.27%
==========================================
Files 288 288
Lines 23813 23826 +13
Branches 5053 5054 +1
==========================================
- Hits 22006 21955 -51
- Misses 1807 1871 +64 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9442e53 to
42d75c5
Compare
42d75c5 to
7c413bd
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
5e3a15b to
ab45f99
Compare
|
@HarelM ready for review |
|
I've added some minor comments, overall this looks good, thanks for pushing this forward! |
Bumps [@maplibre/maplibre-gl-style-spec](https://github.com/maplibre/maplibre-style-spec) from 24.3.1 to 24.4.0. - [Release notes](https://github.com/maplibre/maplibre-style-spec/releases) - [Changelog](https://github.com/maplibre/maplibre-style-spec/blob/main/CHANGELOG.md) - [Commits](maplibre/maplibre-style-spec@v24.3.1...v24.4.0) --- updated-dependencies: - dependency-name: "@maplibre/maplibre-gl-style-spec" dependency-version: 24.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…ausing timeout when length=2 is enforced
ab45f99 to
086e9a5
Compare
086e9a5 to
b38ce26
Compare
|
BTW, I'm planning to try out some CI changes I made so if you need to include a change in maplibre-style-spec do let me know. |
b38ce26 to
a50eb5c
Compare
HarelM
left a comment
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.
THANKS!!
See https://github.com/maplibre/maplibre-gl-js/releases/tag/v5.15.0 This contains maplibre/maplibre-gl-js#6659 which is needed to complete maplibre/maplibre-gl-js#6659 and #495
See https://github.com/maplibre/maplibre-gl-js/releases/tag/v5.15.0 This contains maplibre/maplibre-gl-js#6659 which is needed to complete maplibre/maplibre-gl-js#6659 and #495
Usable since Maplibre GL JS 5.15, see #722 and maplibre/maplibre-gl-js#6659.
Usable since Maplibre GL JS 5.15, see #722 and maplibre/maplibre-gl-js#6659. The same structure will be used for #600 to toggle layer visibility.
* chore(deps): bump @maplibre/maplibre-gl-style-spec from 24.3.1 to 24.4.0 Bumps [@maplibre/maplibre-gl-style-spec](https://github.com/maplibre/maplibre-style-spec) from 24.3.1 to 24.4.0. - [Release notes](https://github.com/maplibre/maplibre-style-spec/releases) - [Changelog](https://github.com/maplibre/maplibre-style-spec/blob/main/CHANGELOG.md) - [Commits](maplibre/maplibre-style-spec@v24.3.1...v24.4.0) --- updated-dependencies: - dependency-name: "@maplibre/maplibre-gl-style-spec" dependency-version: 24.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * increase bundle size to accomodate `@maplibre/maplibre-gl-style-spec` 24.4.0 * fix map center in `within-feature-collection-geojson` test that was causing timeout when length=2 is enforced * use `isHidden` function instead of checking layer `visibility` property directly * recalculate `visibility` when relevant global state properties change maplibre#6495 * increase bundle size * changelog --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Resolves Support global state expression for layer visibility #6495
Depends on PR Allow global state expressions in layer visibility maplibre-style-spec#1359
This PR adds support for global state visibility expressions.
CHANGELOG.mdunder the## mainsection.