[Marble-bugs] [marble] [Bug 342397] There's signed interger overflow in Download Region window in "Number of tiles to download" and "Estimated Download size" fields

noktastrigo at yandex.ru noktastrigo at yandex.ru
Fri Jan 2 14:21:31 UTC 2015


https://bugs.kde.org/show_bug.cgi?id=342397

--- Comment #4 from noktastrigo at yandex.ru ---
There are 2^(2*n) tiles on zoom level n. So there must be 4294967296 tiles for
zoom level 16 to 16, 5368709120 tiles for zoom level 15 to 16, ..., 5726623056
tiles for zoom level 2 to 16 for the whole globe (from 85.0511 N to -85.0511
S). And on your screenshot there are much less tiles. Actually, 5726623056 mod
2^32 = 1431655760 - something around you've got.
(info about tiles here
https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Marble-bugs mailing list