Hi Pil, > As soon as this script will be loaded > http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.3 > it's no more possible to drag a v3 map in webkit browsers. It doesn't > matter if a bing map is actually loaded or not, it's the above script > that breaks the drag event in webkit browsers. So there seems to be a > fundamental incompatibility between the scripts. Yes, I made this experience, too. It's not necessary (for the bug) to display a bing map (by attaching the js code to a div).
> The only solution I can imagine is to separate the two scripts so that > they will be executed in independent threads. And the only real > separation I know of is to use an iframe for one of the maps. The bing map and the Google map should interacting in reallife scenario, if You move one map, the other moves, too -> doing by catching events & updating the other map (I just stripped away this code for easier understanding). With thread separation (iframes), this won't be possible anymore :( Sascha -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
