Y
Hacker News
new
|
ask
|
show
|
jobs
by
boomlinde
1525 days ago
I would have guessed that they use quadtrees for this, splitting each non-leaf node into quadrants of more detailed maps as you zoom in.
1 comments
incanus77
1525 days ago
It's a quadtree of sorts, but is typically done via map projection (web mercator) math so that each tile is replaced by four tiles at the next highest (more zoomed-in) zoom level.
Number of tiles to cover the world at zoom z = 4^z
link
Number of tiles to cover the world at zoom z = 4^z