@iwaldrum hey I know this is really old, but if you comment out the lines in the .js file:
self.map.fitBounds(self.bounds);
self.map.panToBounds(self.bounds);
the map will not change zoom based on the object locations anymore. Hope this helps!
@iwaldrum hey I know this is really old, but if you comment out the lines in the .js file:
self.map.fitBounds(self.bounds);
self.map.panToBounds(self.bounds);
the map will not change zoom based on the object locations anymore. Hope this helps!