Add vector property
Description | Adds a property to a vector layer |
Endpoint |
|
Method | POST |
Access Level Rules
Access Level | edit+ |
Processing Units
Processing units | 2 |
Parameters
Name | Description | Required | Default |
---|---|---|---|
| The id of the vector layer. | true | |
| The name of the new property. | true | |
| The data type of the property, must be one of "string", "integer", "float", "boolean" or "date". | true | |
| Boolean whether the property must have a value for every feature. | true | |
| An array with the possible values the property is allowed to have. | false | Default null. |
Last updated