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

update rendering after addImage and removeImage #9016

Merged
merged 2 commits into from Nov 27, 2019

Commits on Nov 22, 2019

  1. update rendering after addImage and removeImage

    fix #9004
    
    A tile needs to be reparsed in order for it to use the new image.
    Reloading all tiles whenever an image is added would be expensive. For
    example:
    - load a map
    - add an image and use it in a geojson overlay
    
    You don't want adding that image to make the basemap tiles be reloaded.
    
    To get around that we track all the image ids used by each tile and only
    reload tiles that depend on images that changed.
    ansis committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    012e951 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. add pattern test

    ansis committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    95053f5 View commit details
    Browse the repository at this point in the history