From 783ae48b43e7c93fffbe99a04ff5054e35cfd72f Mon Sep 17 00:00:00 2001 From: Chloe Krawczyk Date: Wed, 17 Jul 2019 11:26:45 -0700 Subject: [PATCH] [docs] fix SDK support for symbol-sort-key (#8501) --- src/style-spec/reference/v8.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/style-spec/reference/v8.json b/src/style-spec/reference/v8.json index d81adb4f26c..9dfc0cd11ee 100644 --- a/src/style-spec/reference/v8.json +++ b/src/style-spec/reference/v8.json @@ -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,