rodrigueswilson / timemap

Automatically exported from code.google.com/p/timemap
MIT License
0 stars 0 forks source link

Map singleInfoWindow option #88

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In the Google v3 and OpenLayers APIs, you can open multiple info windows at 
once. This should be a TimeMap-level option setting: 

{Boolean} [singleInfoWindow=true]

See 
http://groups.google.com/group/timemap-development/browse_thread/thread/3b46eb7d
02a885d8 for implementation (close the selected item).

Original issue reported on code.google.com by nick.rab...@gmail.com on 7 Feb 2011 at 6:35

GoogleCodeExporter commented 9 years ago
I think there's a better implementation here - store the infoWindow reference 
in the TimeMap instance, and load new content into the same window. This is 
Google Maps v3 specific, though, so I might need to do some work to make it 
work everywhere.

Original comment by nick.rab...@gmail.com on 3 May 2011 at 5:11

GoogleCodeExporter commented 9 years ago
This is fixed, mostly in the Mapstraction library

Original comment by nick.rab...@gmail.com on 3 Aug 2011 at 7:54