I'm trying to have a view grouping a google map with more than 5000 markers and the listing of the node. The listing has to be paginate (around 50 results per page) but the google map has to show all the markers. Exposed filters can be used to filter both the map and the listing.
I've managed it using Views and GetLocations, but I've a huge problem : the page takes minutes to load and crash in IE (8,9,..). I've tried using MarkerCluster but no change..
Any ideas ?
Thanks