-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
low accuracy #77
Comments
Please give us something to work with. I have no idea what you are talking about |
My english is poor,i speak chinese.核心代码:zoomTo(level,boundry),第一次我调用zoomTo(12,{x:12,y:12}),第二次我调用zoomTo(12,{x:12,y:12}),传入相同的位置,但是视图有明显的变化.为什么两次传入的位置一样,但是定位不一样? |
|
Maybe you should draw grid lines firstly,zoom(1).animate().zoom(12,{x:100,y:100}) and repeat,the second time you can find differences. |
If i am free,i will provide a demo link. |
With the same bounndry,i find different location results useing the panzoom api,there are obvious changes.
The text was updated successfully, but these errors were encountered: