apneadiving / Google-Maps-for-Rails

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

Check for serviceObject existence before processing a marker #172

Closed tomups closed 12 years ago

tomups commented 12 years ago

Prevent repopulation of already processed markers, leading to duplicated markers when using addMarkers.

I think this was already tested for in older versions before the rewrite to CoffeeScript?