On Jan 30, 4:13 pm, kuba <[email protected]> wrote: > I'm looking for a way to pan the map as it's doing now, but over a > much greater distance - from one side of London to the other for > example - without the tiles redrawing when it's panning.
Panning implies that the map is continuously in view, which means that the tiles have to be redrawn. map.panTo will revert to map.setCenter's behaviour when panning isn't possible. If you don't want tiles to be redrawn, you could use setCenter instead. Or choose two closer locations to illustrate the move! Centre the map so there's a marker at the left of the stripe which is visible, and pan it far enough to bring a marker on the right into view, for example. That would still be fairly impressive. Two queries, although I realise the site is probably still in development: (a) Have you tried the page in anything other than IE? The layout doesn't work in Firefox; (b) You need to do something about not obscuring the Google logo or the copyright/Terms of Use link. These both need to be visible. Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
