|
|
|
|
|
by incanus77
1524 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 |
|