This endpoint is in preview and may be modified or removed at any time.
To use this endpoint, add preview=true
to the request query parameters.
Loads a tile from the provided tileset at the provided coordinates. This endpoint has the following features that make it more easily usable from browsers:
string
Unique identifier for a tileset that can be used to fetch slippy tiles. The ID is opaque and not meant to be parsed in any way.
integer
integer
integer
boolean
Represents a boolean value that restricts an endpoint to preview mode when set to true.
1
2
3
curl \
-H "Authorization: Bearer $TOKEN" \
"https://$HOSTNAME/api/gotham/v1/maprendering/resources/tiles/ePkllYLiQ1gYmJuZY2RqZOpbmlOSGQBa6OM8EVPoV3diXjKw8wHmFf_4ocnooKkmyV9fX--myeCgJKbAKKIUzfYTLK4s5Q8UtwaJiwdzyooaeEDElUz1YeLCwjzMkvHKEHE5GXGYOaK1hTGx9lBxeX57mHrJ9GpuRX4uiLgsO8jeQJC4NKNEiaic-8-f7YlVmbmlJRnFP352gJaJAV2bCmR3AtsaZZB2LVAiNz8F2M5NLSr-9bu9uDI3KT_HM8XP3cNd193HTRcCIn7_BgA0xGLI/{zoom}/{xCoordinate}/{yCoordinate}?preview=true"