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

WebGL / Filter geometries before processing them for rendering #15416

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Dec 14, 2023

  1. Allow evaluating expressions on CPU with missing inputs

    Evaluation contexts are now initialized with every properties set to
    UNKNOWN_VALUE.
    
    If an expression needs an input which is unknown, it will return UNKNOWN_VALUE.
    jahow committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    00463e8 View commit details
    Browse the repository at this point in the history
  2. Use an object instance instead of null for UNKNOWN_VALUE

    Also added some tests for string assertion
    jahow committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    db94bc4 View commit details
    Browse the repository at this point in the history
  3. Ensure the webgl line&fill pattern rendering tests pass everytime

    This makes sure that icons are loaded before rendering
    jahow committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    7f1719b View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Cleanup incorrect comment

    jahow committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    bfd5f7d View commit details
    Browse the repository at this point in the history
  2. Add a filter() method to MixedGeometryBatch

    This will be used to filter out features that will eventually be rendered
    jahow committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    a00acf8 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    ce9daca View commit details
    Browse the repository at this point in the history