Skip to content

Commit

Permalink
ios-v5.9.0, macos-v0.16.0 compatibility
Browse files Browse the repository at this point in the history
Updated the compatibility tables for iOS map SDK v5.9.0 and macOS map SDK v0.16.0. Also fixed the compatibility tables for line-sort-key and fill-sort-key.
  • Loading branch information
1ec5 authored May 8, 2020
1 parent b4e0f6c commit 9c532d0
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions src/style-spec/reference/v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,12 @@
"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.",
"sdk-support": {
"js": "1.2.0"
"basic functionality": {
"js": "1.2.0",
"android": "9.1.0",
"ios": "5.8.0",
"macos": "0.15.0"
}
},
"expression": {
"interpolated": false,
Expand Down Expand Up @@ -675,7 +680,12 @@
"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.",
"sdk-support": {
"js": "1.2.0"
"basic functionality": {
"js": "1.2.0",
"android": "9.2.0",
"ios": "5.9.0",
"macos": "0.16.0"
}
},
"expression": {
"interpolated": false,
Expand Down Expand Up @@ -884,7 +894,12 @@
"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.",
"sdk-support": {
"js": "1.2.0"
"basic functionality": {
"js": "1.2.0",
"android": "9.1.0",
"ios": "5.8.0",
"macos": "0.15.0"
}
},
"expression": {
"interpolated": false,
Expand Down

0 comments on commit 9c532d0

Please sign in to comment.