3D tiles

The tile service endpoint offers a simple XYZ protocol to a raster layer.

Description

Retrieves tiff file of the given raster or png file of the styled raster.

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

In case you wish to create visualizations of multiple raster layers in Ellipsis Drive use the stack endpoint that you can find here.

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. Default null.

false, token can also be passed in the header

Last updated