You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now you have limit in zooming (~10^15) because you use javascript 64-bit float. But you can overcome the limit by using floating point expansion technique that is pretty fast. For example you can use double.js or bigfloat library.
The text was updated successfully, but these errors were encountered:
munrocket
changed the title
You can increase your zooming limit
Gray screen with deep zoom
Nov 8, 2018
That is true, but I don't have time to fix it myself. I tried something like that, but was not satisfied with the speed. Perhaps change to arbitrary precision when we reach a certain limit or something.
For now you have limit in zooming (~10^15) because you use javascript 64-bit float. But you can overcome the limit by using floating point expansion technique that is pretty fast. For example you can use double.js or bigfloat library.
The text was updated successfully, but these errors were encountered: