Skip to content

Commit

Permalink
[docs] fix SDK support for symbol-sort-key (#8501)
Browse files Browse the repository at this point in the history
  • Loading branch information
chloekraw authored Jul 17, 2019
1 parent 6271e77 commit 783ae48
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/style-spec/reference/v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,13 @@
"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.",
"sdk-support": {
"js": "0.53.0"
"basic functionality": {
"js": "0.53.0",
"android": "7.4.0",
"ios": "4.11.0",
"macos": "0.14.0"
},
"data-driven styling": {}
},
"expression": {
"interpolated": false,
Expand Down

0 comments on commit 783ae48

Please sign in to comment.