Edit the features

Description

Edit features of a vector layer.

Endpoint

/path/{pathId}/vector/timestamp/{timestampId}/feature

Method

PATCH

Access Level Rules

Minimum Access Level

edit+ or owner of the feature

Processing Units

Minimum processing units

2

Parameters

NameDescriptionRequiredDefault

pathId

The id of the vector layer.

true

layerId

The id of the vector layer for which to edit features.

true

changes

  • An array of objects, with each object containing the property featureId and at least one of the properties newProperties, newFeature and newLevelsOfDetail where featureId is the id of the feature to edit, newProperties is an object containing the new properties of the feature,newFeature is a JSON containing the new feature and newLevelsOfDetail is an array of geoJSON features containing the new levels of detail of the feature.

true

Last updated