3D tiles

Description

Retrieves point cloud data in a tile as a glb file

Endpoint

/path/{pathId}/pointCloud/timestamp/{timestampId}/tile/{z}/{x}/{y}?token={token}

Method

GET

Access Level Rules

Minimum Access Level

view

Processing Units

Minimum processing units

1

Parameters

NameDescriptionRequiredDefault

pathId

The id of the point cloud layer.

true

timestampId

The id of the timestamp.

true

x

The x coordinate of the tile.

true

y

The y coordinate of the tile.

true

z

The zoom level of the tile.

true

token

User’s login token.

false, token can also be passed in through the authorization header

Default null.

Last updated