| title | Tiles |
|---|---|
| summary | `/api/tiles` endpoints. |
/api/tiles endpoints.
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.
-
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.