[Google Maps API v3] Re: Issues with Markererclusterplus with ie8 12000 markers

2011-12-15 Thread Marcelo
On Dec 15, 8:34 am, meenu bhatti wrote: > Can you provide me any link mentioning how to implement server side > clustering. Sorry but I don't have any links that describe this. I just put my head to work, thought about what I wanted to happen with the data and wrote a script that makes it happen

Re: [Google Maps API v3] Re: Issues with Markererclusterplus with ie8 12000 markers

2011-12-15 Thread meenu bhatti
Thanks a lot Marcelo, Can you provide me any link mentioning how to implement server side clustering. Do i need Google API license for this as client has been already informed that they need to get the license. On 12/15/11, Marcelo wrote: > On Dec 14, 11:33 pm, meenu bhatti wrote: >> >> I cant

[Google Maps API v3] Re: Issues with Markererclusterplus with ie8 12000 markers

2011-12-15 Thread Marcelo
On Dec 14, 11:33 pm, meenu bhatti wrote: > > I cant change the approach as site is already in production. Why not? Sure you can! :-) With that many markers I would use server side clustering. Here are 2 V2 examples with 40K markers: http://maps.forum.nu/server_side_clusterer/index2.php http://ma

Re: [Google Maps API v3] Re: Issues with Markererclusterplus with ie8 12000 markers

2011-12-14 Thread meenu bhatti
Hi Gary, I tried that but still getting the error. Harman On Thu, Dec 15, 2011 at 1:56 AM, Gary Little wrote: > Harman, > > Try using the batchSizeIE parameter. It's use is covered in the > MarkerClustererPlus reference. > > Rendering this many markers will still be very slow but by setting >

[Google Maps API v3] Re: Issues with Markererclusterplus with ie8 12000 markers

2011-12-14 Thread Gary Little
Harman, Try using the batchSizeIE parameter. It's use is covered in the MarkerClustererPlus reference. Rendering this many markers will still be very slow but by setting batchSizeIE appropriately you can probably avoid the error message. Gary On Dec 14, 10:33 pm, meenu bhatti wrote: > Hi All,