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

[core][tile mode] Labels priority fixes #16432

Merged
merged 5 commits into from
Apr 28, 2020

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    9d2198d View commit details
    Browse the repository at this point in the history
  2. [core][tile mode] Fix placement order of the variable labels

    Before this change, all variable labels that could potentially
    intersect tile borders were placed first, breaking the style
    label placement priority order.
    pozdnyakov committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    29251d5 View commit details
    Browse the repository at this point in the history
  3. [core][tile mode] Further improve the label prioritization

    The most important variable labels a placed right away at
    "populate intersections" phase, even if they do not actually
    intersect the tile borders.
    pozdnyakov committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    aa5b793 View commit details
    Browse the repository at this point in the history
  4. Update baselines

    pozdnyakov committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    99529a7 View commit details
    Browse the repository at this point in the history
  5. Add change log entry

    pozdnyakov committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    d658f2d View commit details
    Browse the repository at this point in the history