-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
[bugfix] Fix deck_polygon metric bug and update examples chart #8025
Conversation
Codecov Report
@@ Coverage Diff @@
## master #8025 +/- ##
=======================================
Coverage 65.54% 65.54%
=======================================
Files 469 469
Lines 22474 22474
Branches 2441 2441
=======================================
Hits 14730 14730
Misses 7624 7624
Partials 120 120
Continue to review full report at Codecov.
|
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.
LGTM -- thanks for fixes
@betodealmeida is this good to go? Would love to kill this bug. |
Nice, thanks for fixing this, @villebro! |
…e#8025) * Fix deck_polygon bug and update examples chart * Change js elevation to native ad-hoc metric * Move scale from metric to native multiplier * Remove redundant js_columns and change color scheme
CATEGORY
Choose one
SUMMARY
Previously
deck_polygon
elevation only worked with old school metrics or fixed values. PR #7924 added support for ad-hoc metrics, but broke support for old-school metrics. This PR makes all elevation types work (ad-hoc metric, oldschool metric and fixed), and adds a few bells and whistles to the example chart, namely coloring based on total population + legend formatting as introduced in #7951 . Also, JS data mutator logic is moved to native elements.BEFORE
AFTER
TEST PLAN
REVIEWERS
@thunter009 @mistercrunch