This endpoint provides mapbox vector tiles as protobuf
Description
Standard protocol to stream vector data as mapbox vectortile protobuffer
Endpoint
/ogc/mvt/{pathId}/{z}/{x}/{y}?token={token}&style={style}×tampId={timestampId}&zoom={zoom}
Method
GET
Minimum Access Level
view
Minimum processing units
None
pathId
uuid
The id of the vector layer.
true
timestampId
The id of the timestamp.
z
int
The zoom level of the vector tile to retrieve.
x
The x position of the vector tile to retrieve.
y
The y position of the vector tile to retrieve.
style
uuid or JSON
The id of a style or a JSON fully describing a vector style.
false
Default null.
zoom
Max zoomlevel of the layer.
Last updated 8 months ago