From 6a040460030e57c7451ce92af16c7ddb950c8ffe Mon Sep 17 00:00:00 2001 From: Mikhail Pozdnyakov Date: Mon, 24 Jun 2019 13:26:00 +0300 Subject: [PATCH] Add sdk support spec section for text-radial-offset This PR also assignes SDK versions for the `text-variable-anchor` property (both `text-variable-anchor` and `text-radial-offset` are the parts of the variable text placement feature). --- src/style-spec/reference/v8.json | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/src/style-spec/reference/v8.json b/src/style-spec/reference/v8.json index ed613340c27..9665ae455b4 100644 --- a/src/style-spec/reference/v8.json +++ b/src/style-spec/reference/v8.json @@ -1800,6 +1800,20 @@ "units": "ems", "default": 0, "doc": "Radial offset of text, in the direction of the symbol's anchor. Useful in combination with `text-variable-anchor`, which doesn't support the two-dimensional `text-offset`.", + "sdk-support": { + "basic functionality": { + "js": "0.53.0", + "android": "7.4.0", + "ios": "4.10.0", + "macos": "0.14.0" + }, + "data-driven styling": { + "js": "0.53.0", + "android": "7.4.0", + "ios": "4.10.0", + "macos": "0.14.0" + } + }, "requires": [ { "!" : "text-offset" @@ -1862,10 +1876,10 @@ "doc": "To increase the chance of placing high-priority labels on the map, you can provide an array of `text-anchor` locations: the render will attempt to place the label at each location, in order, before moving onto the next label. Use `text-justify: auto` to choose justification based on anchor position. To apply an offset, use the `text-radial-offset` instead of the two-dimensional `text-offset`.", "sdk-support": { "basic functionality": { - "js": "next", - "android": "Not yet supported", - "ios": "Not yet supported", - "macos": "Not yet supported" + "js": "0.53.0", + "android": "7.4.0", + "ios": "4.10.0", + "macos": "0.14.0" }, "data-driven styling": { "js": "Not yet supported",