That's the normal correct behaviour.

If you don't want that to happen the you'd have to change your copy of 
dragzoom.js to close the infowindow.

Look for the line that says:
   G.map.setCenter(center, zoomLevel);
and add
   G.map.closeExtInfoWindow();
just before that line.

The reason it works on the other page is that it uses a Google 
infowindow, and those close automatically when the associated marker is 
removed (MarkerManager removes all its markers, and puts them back if 
appropriate). ExtInfoWindows don't close when the associated marker is 
removed.

-- 
Mike Williams
http://econym.org.uk/gmap



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to