-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Allow zoom levels beyond 21 on Android #7155
Comments
There is a another limit at z25.5. We store zoom levels in the symbol buffers in a single byte to the tenth of a decimal place. This makes the max possible value 255/10 = 25.5. This could be changed by using more bits but I don't think we have any reason to support zooms > 25.5 |
#4417 decreased #7306 decreased |
It's becoming critical on our side to be able to zoom at least to 22 (better to 23) Are you planing something for this issue ? |
On iOS as of 40e4755, I’m able to set the |
Tracking the hang on iOS in #9359. If you hide the scale bar, it should go further without any problems. |
#4417 capped the maximum zoom level at 21 to work around #4416, #4272, and #4168. Of these issues, #4416 was fixed in #4508, #4168 was Android-specific, and it isn’t clear whether the root cause behind #4272 was ever fixed. This ticket tracks allowing zoom levels greater than 21 again.
/cc @jfirebaugh @ansis
The text was updated successfully, but these errors were encountered: