MVT

This endpoint provides mapbox vector tiles as protobuf

You can find the style sheet at

ogc/mvt/{pathId}/styleSheet?token={token}&zoom={zoom}&timestampId={timestampId}

And the source at

ogc/mvt/{pathId}/source?token={token}&zoom={zoom}&timestampId={timestampId}

Description

Standard protocol to stream vector data

Endpoint

/ogc/mvt/{pathUuid}/{z}/{x}/{y}?token={token}&style={style}&timestampId={timestampId}&returnType='protobuf'&zoom={zoom}

Method

GET

Access Level Rules

Minimum Access Level

100

Processing Units

Minimum processing units

None

Parameters

NameTypeDescriptionRequiredDefault

pathId

uuid

id of the vector layer

true

timestampId

uuid

id of the timestamp

true

style

uuid or object

id of a style or an object describing it

false

zoom

int

Max zoomlevel of the layer

false

Last updated