Hello, I use new Effect.Move to move the container of the google maps div, but it is not smoothly. Can anyone help how to solve? Thanks Chamnap --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Moving something with so many interactive components just won''t be smooth. Are you trying to move the map around but keeping the viewport stationary, or are you trying to move the whole thing around? If the former then Google provides APIs for manipulating the map in that way. On 5/30/07, Chamnap <chamnapchhorn-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hello, > > I use new Effect.Move to move the container of the google maps div, > but it is not smoothly. Can anyone help how to solve? > > Thanks > Chamnap > > > > >-- Jesse E.I. Farmer e: jesse-h8Qh2m8E5SHQT0dZR+AlfA@public.gmane.org w: http://20bits.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
I mean moving the whole thing around, the whole container of div tag of map. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Someone else might know more, but I doubt you can ever move this around smoothly. On 5/30/07, Chamnap <chamnapchhorn-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > I mean moving the whole thing around, the whole container of div tag > of map. > > > > >-- Jesse E.I. Farmer e: jesse-h8Qh2m8E5SHQT0dZR+AlfA@public.gmane.org w: http://20bits.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Jesse Farmer wrote:> Someone else might know more, but I doubt you can ever move this > around smoothly.Could the OP please explain the reason - why would you want to move the entire map around? Effect.Move is just about the only thing that doesn''t look smooth in combination with Google Maps, for obvious reasons ... Sandor -- Information and Computing Sciences, Utrecht University, the Netherlands Personal coordinates: http://www.cs.uu.nl/people/sandor/ "It''s a beautiful day, don''t let it get away!", (U2, Beautiful day) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Here''s a working example. Works smoothly for me. (save this to somewhere on your local drive and browse using the file:// protocol to avoid issues with requiring a google maps api key, ie file:///C:/workingfolder/googlemaps_move_test.html) -Jerod On 5/30/07, Jesse Farmer <farmerje-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > Someone else might know more, but I doubt you can ever move this > around smoothly. > > On 5/30/07, Chamnap <chamnapchhorn-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > I mean moving the whole thing around, the whole container of div tag > > of map. > > > > > > > > > > > > -- > Jesse E.I. Farmer > e: jesse-h8Qh2m8E5SHQT0dZR+AlfA@public.gmane.org > w: http://20bits.com > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---