Add style
Access Level Rules
Processing Units
Parameters
Name
Description
Required
Default
Sample requests for different methods
//Define the values of the three color channels using free expressions
{
"fill": {
"type": "channelMap", //must be channelMap
"channelMap": [
{
"expression": "band3", //An expression giving the value of the particular color channel
"channel": "red", //The color channel to place the expression outcome in
},
{
"expression": "band2", //An expression giving the value of the particular color channel
"channel": "green", //The color channel to place the expression outcome in
},
{
"expression": "band1", //An expression giving the value of the particular color channel
"channel": "blue", //The color channel to place the expression outcome in
}
],
},
"alphaMultiplier": 1,//A float between 0 and 1 to fade the image
"alpha": null, //An alpha object documented below
"noData":null, //A noData object documented below
"shade":null //A shade object documented below
}Expressions
Alpha object
NoData
Shade
RECOMMENDED READING
ποΈRaster styling methodsLast updated