Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cherry-pick] Add sdk support spec section for text-radial-offset (#8384) #8401

Merged
merged 1 commit into from
Jun 27, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 22 additions & 8 deletions src/style-spec/reference/v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -1780,10 +1780,10 @@
"macos": "0.6.0"
},
"auto": {
"js": "next",
"android": "Not yet supported",
"ios": "Not yet supported",
"macos": "Not yet supported"
"js": "0.54.0",
"android": "7.4.0",
"ios": "4.10.0",
"macos": "0.14.0"
}
},
"expression": {
Expand All @@ -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.54.0",
"android": "7.4.0",
"ios": "4.10.0",
"macos": "0.14.0"
},
"data-driven styling": {
"js": "0.54.0",
"android": "7.4.0",
"ios": "4.10.0",
"macos": "0.14.0"
}
},
"requires": [
{
"!" : "text-offset"
Expand Down Expand Up @@ -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.54.0",
"android": "7.4.0",
"ios": "4.10.0",
"macos": "0.14.0"
},
"data-driven styling": {
"js": "Not yet supported",
Expand Down