When we render the job called 0/0/0, we generate tiles at the nominal zoom associated with the tile size and metatile size. For example, with 8x8 metatiles and 512px tiles, we generate tiles at zoom 2 with a nominal zoom of 3.
This means we cannot respond to requests for tile 0/0/0 because we haven't generated a tile (of any size) with that coordinate.
When we render the job called
0/0/0, we generate tiles at the nominal zoom associated with the tile size and metatile size. For example, with 8x8 metatiles and 512px tiles, we generate tiles at zoom 2 with a nominal zoom of 3.This means we cannot respond to requests for tile
0/0/0because we haven't generated a tile (of any size) with that coordinate.