Version v0.45 of Metabase is no longer supported. Check out the docs for the current stable version, Metabase v0.63.
Tiles
/api/tiles endpoints.
GET /api/tiles/:zoom/:x/:y/:lat-field/:lon-field
This endpoints provides an image with the appropriate pins rendered given a MBQL query (passed as a GET query
string param). We evaluate the query and find the set of lat/lon pairs which are relevant and then render the
appropriate ones. It’s expected that to render a full map view several calls will be made to this endpoint in
parallel.
PARAMS:
-
zoomvalue must be a valid integer. -
xvalue must be a valid integer. -
yvalue must be a valid integer. -
lat-fieldvalue must be a string. -
lon-fieldvalue must be a string. -
queryvalue must be a valid JSON string.
Read docs for other versions of Metabase.