Add timestamp

Description

Adds a timestamp to a vector layer

Endpoint

/path/{pathId}/vector/timestamp

Method

POST

Access Level Rules

Access Level

edit+

Processing Units

Processing units

1

Parameters

NameDescriptionRequiredDefault

pathId

The id of the vector layer.

true

dateFrom

The start date of the timestamp

true

dateTo

The end date of the timestamp

true

description

The description of the layer as string.

false

Default null.

extent

The extent of the timestamp as an object with 'xMin', 'xMax', 'yMin' and 'yMax'.

false

{ "xMin": -180, "xMax": 180, "yMin": -85, "yMax": 85 }

Last updated