Closed GoogleCodeExporter closed 8 years ago
You can just comment out map.closeExtInfoWindow() in these lines of code:
if (map.ClickListener_ == null) {
//listen for map click, close ExtInfoWindow if open
map.ClickListener_ = GEvent.addListener(map, 'click',
function(event) {
if( !event && map.getExtInfoWindow() != null ){
map.closeExtInfoWindow();
}
}
);
Original comment by pamela.fox
on 23 Sep 2008 at 9:47
zasdasd
Original comment by secur...@hotmail.com
on 14 Jul 2009 at 10:59
Original comment by douglass...@earthlink.net
on 7 Feb 2010 at 4:04
Original comment by douglass...@earthlink.net
on 18 May 2010 at 10:23
Original issue reported on code.google.com by
cowch...@gmail.com
on 17 Sep 2008 at 11:50