Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

[core] Avoid GeoJSON source flickering on style transitions #15907

Merged
merged 3 commits into from
Nov 12, 2019

Commits on Nov 11, 2019

  1. [core] Avoid GeoJSON source flickering on style transitions

    Before this change, all GeoJSON source cleared tile pyramid
    at the style transition and it caused flickering.
    
    Now, in Continuous mode, we keep the existing tiles until the
    new GeoJSON data is not yet available, thus providing smart
    style transitions without flickering.
    
    In other modes (Static, Tile) clear the tile pyramid in order
    to avoid render tests being flaky.
    pozdnyakov committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    257b1b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0febb25 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

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