I want to display a large amount of markers on a map. In total it would be +/- 6000.
When I load the Google Maps widget to shown them I recieve a generic error (contact your system admin) and see the following in the javascript console --> Maximum call stack size exceeded
I figured out that the maximun amount of objects I can load in the map is 1500 objects.
I also found something about clustering the markers at https://developers.google.com/maps/documentation/javascript/marker-clustering , which would probably be a nice option for us.
Is it possible to ignore the maximum ammount of markers or is it possible to implement the clustering on the maps widget?
Any advise on how to handle this would be appreciated.