Pixel — where it appears
Named by 3 essays across one field — each of them below, with the objects they name alongside it.
A tilted view has no zoom level
Every essay about the screen so far assumes the map lies flat on it, which was true until about 2015. Pitch the camera sixty degrees and one frame asks for 3.6 zoom levels at once, a square tile covers ground four and a half times deeper than it is wide, and the pyramid has one integer per tile to answer with.
The renderer runs out of numbers before the zoom does
Eleven essays price the pyramid in exact arithmetic. The pipeline that draws it carries single precision, where a world coordinate near the antimeridian quantises to two metres — at every zoom, because the number does not get smaller when the pixel does. At zoom 22 that is fifty-four pixels.
A label belongs to no tile
Nine rungs price the tile as a piece of geometry. A label is not geometry — it is a page object placed by collision against other page objects, and collision is a global relation while a tile is rendered alone. Cut a page into tiles and 10.3 per cent of the labels are placed differently; the buffer that closes the gap is half a tile at moderate density and a whole one when it is crowded.
Named alongside it
The objects these essays reach for when they reach for this one.
QuantisationTile pyramidVector tileWeb MercatorZoom levelAnisotropyCameraClippingDiscretisationFloating-pointGround resolutionHorizon