Add raster style
This API call has been replaced. See this page to find the new documentation.
Description
Adds a raster style.
Endpoint
/path/{pathId}/raster/style
Method
POST
Access Level Rules
Minimum Access Level
edit+
Processing Units
Minimum processing units
2
Parameters
Name
Description
Required
Default
pathId
The id of the raster layer.
true
name
The name of the layer to add.
true
method
Name of the visualization method. Must be one of the following: - bandToColor - hillShade - vectorField - rgb - formula - classToColor
true
parameters
The parameter for the visualization. See details on the required parameters for every styling method in the table below.
true
description
A description as string.
false
Default null.
Sample requests for different methods
RECOMMENDED READING
Last updated
Was this helpful?