dburles / meteor-google-maps

🗺 Meteor package for the Google Maps Javascript API v3
https://atmospherejs.com/dburles/google-maps
MIT License
196 stars 49 forks source link

Map Reloads whenever collection observer fires #154

Closed mherb63 closed 7 years ago

mherb63 commented 7 years ago

I have been noticing whenever a Collection.find().observe() fires (add, update, remove), the entire map is redrawn and all of the markers are revisited (add fires for each).

Why would an update cause any add to fire?

Very nice plugin by the way.

mherb63 commented 7 years ago

never mind, it was in my code of course :)