-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels