This repository was archived by the owner on May 24, 2021. It is now read-only.

Description
Here's a common behavior I use (and I suspect others would as well) that is disrupted by the re-centering:
Scenario:
- Enter an address to focus the map in on a certain location
- Click/drag/zoom to get the map view to just the area I'm interested in
- Check/uncheck one of the filter toggles (e.g. "Bars" on https://reginafcompton.github.io/FusionTable-Map-Template/#/?address=chicago%2C%20il&radius=3220)
- Map is abruptly re-centered away from the view I had zoomed in on
I have an idea of how I might change the doSearch() function to prevent this, but there's probably a smart/elegant way to make it work with the self.calculateCenter() code.
Great tool! Just an idea for what might improve it for many users.