Edit Style
Description | Changes the attributes of a style. |
Endpoint |
|
Method | PATCH |
Access Level Rules
Access Level | edit+ |
Processing Units
Processing units | 2 |
Parameters
Name | Description | Required | Default |
---|---|---|---|
| The id of the vector layer. | true | |
| The id of the style to be edited. | true | |
| The new name of the style. | false | Default null. |
| Boolean indicating whether the style should become the default or non-default style. | false | Default null. |
| Object containing the new parameters of the style. | false | Default null. |
| The new method of the style. Must be one of "rules", "transitionPoints", "random", "singleColor" or "fromColorProperty". | false | Default null. |
Last updated