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

Relayout after recalculating to ensure visibility changes are handled correctly #7242

Merged
merged 3 commits into from
Dec 13, 2016

Commits on Dec 12, 2016

  1. [tests] Implement "wait" command with Map#render

    This ensures that a "wait" command will always fully flush pending update flags. This was not the case with the prior conditional map.loaded() logic.
    jfirebaugh committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    768837a View commit details
    Browse the repository at this point in the history
  2. [core] Ensure a non-zero source tile cache size

    Previously, for viewport sizes less than 512 pixels in either direction, the computed size was 0.
    jfirebaugh committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    2d32321 View commit details
    Browse the repository at this point in the history
  3. [core] Swap order of Style::recalculate and Style::relayout

    Style::relayout uses source.baseImpl->loaded, a flag which is updated by Style::recalculate. So recalculate first, then relayout.
    ivovandongen authored and jfirebaugh committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    904f1a3 View commit details
    Browse the repository at this point in the history