Skip to content
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

fix: respect devicePixelRatio during simplification & avoid needless simplification/projection cache invalidation #1812

Merged
merged 6 commits into from
Feb 6, 2024

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    3924c1e View commit details
    Browse the repository at this point in the history
  2. Fixed bug where changing device pixel ratio would not invalidate cach…

    …ed simplifications
    
    Refactored internal projection & simplification caching logic into internal `PSCachingLayerState` mixin
    JaffaKetchup committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    bf46527 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28978d6 View commit details
    Browse the repository at this point in the history
  4. Removed PSCachingLayerState

    Reworked `devicePixelRatio` cache invalidator
    JaffaKetchup committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    faad770 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    a4fa7c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a993b1 View commit details
    Browse the repository at this point in the history