Is there any way to implement the same “bounce” functionality from Google Earth when shifting from one point to another in Google Maps? e.g. If you switch between the listed earthquakes at:
http://earthquakeproject.com/?earth
the gui “bounces” you between the locations on the globe
if you do the same thing at http://earthquakeproject.com/?maps it simply slides between those locations. I’d like the functionality to feel the same between the two.
Is there any way to implement the same bounce functionality from Google Earth when
Share
So.. couldn’t find a solution so tis is what I ended up doing, in case anyone else needs to do the same thing. and yes, I know it could be neater…
first I found a function to determine the distance, and used that to come up with a relative jump amount ranging from 1 to 4
then I used that to stagger out a set of time-delayed actions…
This way I get a reasonably smooth transition out, over and in that is reflective of the amount of distance actually traveled. I’ll try to do this more neatly, maybe with a more logarithmic ease in and out, but it’s better than flat panning.