Add feature

Wit this call you can add features to a layer. You can specify particular zoom levels for a feature. You can use this to suppress certain features on lower zoom levels.

Description

Add features to a vector layer

Endpoint

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

Method

POST

Access Level Rules

Minimum Access Level

edit

Processing Units

Minimum processing units

0

Parameters

NameDescriptionRequiredDefault

pathId

The id of the vector layer.

timestampId

The id of the timestamp to which to add the features.

features

An array of objects with required property feature being the GeoJSON feature to be added and optional property levelsOfDetail that should be an array of GeoJSON geometries of the levelsOfDetail of the feature respectively.

Last updated