apneadiving / Google-Maps-for-Rails

Enables easy Google map + overlays creation in Ruby apps
https://apneadiving.github.io/
MIT License
2.27k stars 382 forks source link

Timeout on too many markers #453

Closed exocode closed 9 years ago

exocode commented 9 years ago

Hi there, I have posted an question on StackOverflow but with no "clear" answer. You can see it here:

http://stackoverflow.com/questions/24919676/mongoid-gmaps4rails-limits-got-timeout?rq=1

Heroku put a H12 error (timeout)

How can I show 10k and more markers on my map. I am using the clustering function too.

Can you suggest a method to load the map with these amount of markers?

Thank you in advance

apneadiving commented 9 years ago

I already posted a comment on stackoverflow with the adapted way to go. Comment there if you need