Re: [Google Maps API v3] Loading large amount of shapes (circles) to google map on client

2018-01-31 Thread Barry Hunter
Have you looked at the Heatmap layer? https://developers.google.com/maps/documentation/javascript/heatmaplayer that's optimized for large number of points. Could tweak the colour scale if *only *want Red colour. On 24 January 2018 at 08:57, Matic Diba wrote: > Hi, > I have an interesting proble

Re: [Google Maps API v3] Loading large amount of shapes (circles) to google map on client

2018-01-30 Thread Olha Buchel
I would suggest to take a look at D3 layers for Mapbox API. They are faster. Olha On Jan 30, 2018 6:31 PM, "Matic Diba" wrote: Hi, I have an interesting problem that I'm not event sure if has another solution. I would like to show 12k+ point on my map, distributed over the whole country. I cou

[Google Maps API v3] Loading large amount of shapes (circles) to google map on client

2018-01-30 Thread Matic Diba
Hi, I have an interesting problem that I'm not event sure if has another solution. I would like to show 12k+ point on my map, distributed over the whole country. I could do this with markers or custom overlay, or even with fusion tables. I have tried with all of these, but I don't like the r