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

add symbol-sort-key style property #7678

Merged
merged 4 commits into from
Dec 12, 2018
Merged

add symbol-sort-key style property #7678

merged 4 commits into from
Dec 12, 2018

Commits on Dec 6, 2018

  1. add symbol-sort-key style property

    This property allows users to specify a sorting order for symbols.
    Symbols are sorted in ascending order based on the key. Symbols
    with lower keys will appear below symbols with higher keys when
    they are rendered with overlap. Symbols with lower keys will be placed
    before symbols with higher keys.
    
    This also fixes #7111 by defining a sort order across tile boundaries.
    ansis committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    a0ecd68 View commit details
    Browse the repository at this point in the history
  2. fixup

    ansis committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    c4431e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

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

Commits on Dec 11, 2018

  1. add render tests

    ansis committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    71fd325 View commit details
    Browse the repository at this point in the history