Adapt crime cluster colors to active filters - #47
Open
raederhans wants to merge 1 commit into
Open
Conversation
Crime cluster colors previously used fixed count thresholds, so low-frequency offense filters collapsed into the lightest bins. Recompute a logarithmic four-stop scale from each applied filtered point set and reapply paint properties when the GeoJSON source refreshes. Constraint: Preserve category point colors and existing query, cancellation, and layer ownership behavior. Rejected: Reclassify district choropleths | district and tract renderers already recompute breaks from filtered counts. Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep cluster color, radius, and text thresholds derived from the same filtered point total. Tested: full validate with Diary and tract snapshot flags; browser smoke; adaptive cluster unit and lifecycle tests; bundle policy; npm audit; live Burglary visual QA with zero console errors.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Root cause
Buffer-mode clusters used fixed count thresholds of 10, 50, and 100. Low-frequency offense filters therefore collapsed into the lightest bins even though the underlying point set had changed.
Verification