From 5659d047a37312a6c298b8bdd47804201b29a738 Mon Sep 17 00:00:00 2001 From: tristen Date: Mon, 11 Sep 2023 20:13:19 -0400 Subject: [PATCH] raster-color requirements and longer emissive descriptor --- src/style-spec/reference/v8.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/style-spec/reference/v8.json b/src/style-spec/reference/v8.json index 85d74158ca0..a6bd60c0d0a 100644 --- a/src/style-spec/reference/v8.json +++ b/src/style-spec/reference/v8.json @@ -5237,7 +5237,7 @@ "minimum": 0, "transition": true, "units": "intensity", - "doc": "Emission strength", + "doc": "Controls the intensity of light emitted on the source features. This property works only with 3D light, i.e. when `lights` root property is defined.", "sdk-support": { "basic functionality": { "js": "3.0.0", @@ -6146,7 +6146,7 @@ "minimum": 0, "transition": true, "units": "intensity", - "doc": "Emission strength", + "doc": "Controls the intensity of light emitted on the source features. This property works only with 3D light, i.e. when `lights` root property is defined.", "sdk-support": { "basic functionality": { "js": "3.0.0", @@ -6560,7 +6560,7 @@ "minimum": 0, "transition": true, "units": "intensity", - "doc": "Emission strength", + "doc": "Controls the intensity of light emitted on the source features. This property works only with 3D light, i.e. when `lights` root property is defined.", "sdk-support": { "basic functionality": { "js": "3.0.0", @@ -6772,7 +6772,7 @@ "minimum": 0, "transition": true, "units": "intensity", - "doc": "Emission strength", + "doc": "Controls the intensity of light emitted on the source features. This property works only with 3D light, i.e. when `lights` root property is defined.", "sdk-support": { "basic functionality": { "js": "3.0.0", @@ -6800,7 +6800,7 @@ "minimum": 0, "transition": true, "units": "intensity", - "doc": "Emission strength", + "doc": "Controls the intensity of light emitted on the source features. This property works only with 3D light, i.e. when `lights` root property is defined.", "sdk-support": { "basic functionality": { "js": "3.0.0", @@ -7341,6 +7341,9 @@ "value": "number", "property-type": "data-constant", "transition": true, + "requires": [ + "raster-color" + ], "expression": { "interpolated": true, "parameters": [ @@ -7372,6 +7375,9 @@ "value": "number", "property-type": "data-constant", "transition": true, + "requires": [ + "raster-color" + ], "expression": { "interpolated": true, "parameters": [ @@ -7773,7 +7779,7 @@ "minimum": 0, "transition": true, "units": "intensity", - "doc": "Emission strength", + "doc": "Controls the intensity of light emitted on the source features. This property works only with 3D light, i.e. when `lights` root property is defined.", "sdk-support": { "basic functionality": { "js": "3.0.0",