map

Get Layer Mvt Agg Tile

Serve an aggregate (bin-count) MVT tile for low-zoom rendering.

Emits one MVT point per occupied grid cell with a count property — the client renders bubbles sized by count at zoom levels below the detail-layer threshold so panning over dense data doesn't tessellate tens of thousands of features the user can't actually see.

filter_id — same as detail tiles; the aggregate counts then reflect the active filter instead of the layer total. Favorites-only resolution matches get_layer_mvt_tile so agg bubbles count only the favorites when that toggle is on.

get/api/v1/map/{layer_id}/agg-tiles/{z}/{x}/{y}.pbf

Path parameters

zinteger required
xinteger required
yinteger required
layer_idstring uuid required

Query parameters

vstring
filter_idstring uuid nullable
tokenstring nullable

Firebase ID token for MVT authentication

Firebase ID token for MVT authentication

Response

Successful Response

Changes

No recorded changes to this endpoint across all 18 revisions of this API.