Description
Adds a property to a vector layer
Endpoint
/path/{pathId}/vector/property
Method
POST
Access Level
edit+
Processing units
2
pathId
The id of the vector layer.
true
name
The name of the new property.
type
The data type of the property, must be one of "string", "integer", "float", "boolean" or "date".
required
Boolean whether the property must be defined for every feature.
levels
An array with the possible values the property is allowed to have.
false
Default null.
Last updated 8 months ago