Skip to content

Commit

Permalink
[docs] clarify symbol-sort-key behaviour with and without overlap (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
chloekraw authored Mar 10, 2020
1 parent de2e633 commit 9489d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style-spec/reference/v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@
},
"symbol-sort-key": {
"type": "number",
"doc": "Sorts features in ascending order based on this value. Features with a higher sort key will appear above features with a lower sort key when they overlap. Features with a lower sort key will have priority over other features when doing placement.",
"doc": "Sorts features in ascending order based on this value. Features with lower sort keys are drawn and placed first. When `icon-allow-overlap` or `text-allow-overlap` is `false`, features with a lower sort key will have priority during placement. When `icon-allow-overlap` or `text-allow-overlap` is set to `true`, features with a higher sort key will overlap over features with a lower sort key.",
"sdk-support": {
"basic functionality": {
"js": "0.53.0",
Expand Down

0 comments on commit 9489d76

Please sign in to comment.