-
Notifications
You must be signed in to change notification settings - Fork 217
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
Zooming too far out causes failure #5
Comments
Ahh yes let me see whats going on with this |
Further investigation shows it's not when the top or bottom edge is visible, it's when the visible map is wider than 360 degrees (zoom level 2 in my browser). I guess it fails because of trying to wrap over a grid wider than 360 degrees. |
oh! I think I can fix this pretty fast. |
Well I had this bug too. It is caused by wrongly sequenced parameters in start method |
Hi, any update regarding this issue? |
when i change the extent of the map, this issue will occur。and the map.geographicExtent changes everyday。 |
Anyone have some pointers on fixing this issue? I'm trying to use the viz with my own view, but somehow when width/height/ and extent parameters passed to the start() method are not 100% accurate I get this issue. Not sure where to look for the problem though. |
As title, zooming the map out to the point where the upper or lower edge of the "world" is visible causes the animation to fail.
Confirmed in Chrome 27.0.1453.94 m and Firefox 27.0
The text was updated successfully, but these errors were encountered: