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

Add raster-color requirements and improved description for emission strength properties #12884

Merged
merged 1 commit into from
Sep 12, 2023
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
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
Loading