diff --git a/src/style-spec/reference/v8.json b/src/style-spec/reference/v8.json index 75e597ef938..04d2b354476 100644 --- a/src/style-spec/reference/v8.json +++ b/src/style-spec/reference/v8.json @@ -3832,7 +3832,13 @@ "doc": "The direction of the light source used to generate the hillshading with 0 as the top of the viewport if `hillshade-illumination-anchor` is set to `viewport` and due north if `hillshade-illumination-anchor` is set to `map`.", "function": "interpolated", "zoom-function": true, - "transition": false + "transition": false, + "sdk-support": { + "basic functionality": { + "js": "0.43.0" + }, + "data-driven styling": {} + } }, "hillshade-illumination-anchor": { "type": "enum", @@ -3847,7 +3853,13 @@ } }, "default": "viewport", - "doc": "Direction of light source when map is rotated." + "doc": "Direction of light source when map is rotated.", + "sdk-support": { + "basic functionality": { + "js": "0.43.0" + }, + "data-driven styling": {} + } }, "hillshade-exaggeration": { "type": "number", @@ -3857,7 +3869,13 @@ "maximum": 1, "function": "interpolated", "zoom-function": true, - "transition": true + "transition": true, + "sdk-support": { + "basic functionality": { + "js": "0.43.0" + }, + "data-driven styling": {} + } }, "hillshade-shadow-color": { "type": "color", @@ -3865,7 +3883,13 @@ "doc": "The shading color of areas that face away from the light source.", "function": "interpolated", "zoom-function": true, - "transition": true + "transition": true, + "sdk-support": { + "basic functionality": { + "js": "0.43.0" + }, + "data-driven styling": {} + } }, "hillshade-highlight-color": { "type": "color", @@ -3873,7 +3897,13 @@ "doc": "The shading color of areas that faces towards the light source.", "function": "interpolated", "zoom-function": true, - "transition": true + "transition": true, + "sdk-support": { + "basic functionality": { + "js": "0.43.0" + }, + "data-driven styling": {} + } }, "hillshade-accent-color": { "type": "color", @@ -3881,7 +3911,13 @@ "doc": "The shading color used to accentuate rugged terrain like sharp cliffs and gorges.", "function": "interpolated", "zoom-function": true, - "transition": true + "transition": true, + "sdk-support": { + "basic functionality": { + "js": "0.43.0" + }, + "data-driven styling": {} + } } }, "paint_background": {