List features
Description
List all features of a vector layer.
Endpoint
/path/{pathId}/vector/timestamp/{timestampId}/listFeatures
Method
GET
Access Level Rules
Access Level
view
Processing Units
Processing units
5
Parameters
pathId
The id of the vector layer.
true
timestampId
The id of the timestamp to get features for.
true
returnType
The type of information to return. Must be one of "id", "count", "geometry", "center", "properties" or "all".
false
Default "all".
pageStart
The feature id to use as the starting point to return results of.
false
Default null.
pageSize
The maximum number of features to return. Maximum 3000.
false
Default 3000.
maxSize
The maximum size of data in MB to return. The size of the returned data is an estimation and may differ from the actual returned size. Maximum 8 MB.
false
Default 8 MB.
style
true
zipTheResponse
Boolean whether the result should be zipped.
false
Default false.
applyStyle
Boolean indicating whether to style the features or leave the styling to the client.
false
Default true
Last updated