Skip to content

Commit

Permalink
raster-color requirements and longer emissive descriptor (#12884)
Browse files Browse the repository at this point in the history
  • Loading branch information
tristen committed Sep 12, 2023
1 parent 93ef856 commit d11628d
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions src/style-spec/reference/v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -7341,6 +7341,9 @@
"value": "number",
"property-type": "data-constant",
"transition": true,
"requires": [
"raster-color"
],
"expression": {
"interpolated": true,
"parameters": [
Expand Down Expand Up @@ -7372,6 +7375,9 @@
"value": "number",
"property-type": "data-constant",
"transition": true,
"requires": [
"raster-color"
],
"expression": {
"interpolated": true,
"parameters": [
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit d11628d

Please sign in to comment.