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

Convert layerProperties to an Object (PR 15811 follow-up) #17026

Merged
merged 1 commit into from
Sep 28, 2023

Commits on Sep 28, 2023

  1. Convert layerProperties to an Object (PR 15811 follow-up)

    Given that this is accessed multiple times per page in the viewer, that leads to a number of (strictly speaking unneeded) function calls and allocated Objects for each invocation. By converting `layerProperties` to a, lazily initialized, Object we can avoid this.
    Snuffleupagus committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    03ce3b2 View commit details
    Browse the repository at this point in the history