Version v0.49 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 an integer. -
xvalue must be an integer. -
yvalue must be an integer. -
lat-fieldstring. -
lon-fieldstring. -
queryvalue must be a valid JSON string.
Read docs for other versions of Metabase.