Skip to content

Instantly share code, notes, and snippets.

@shinecita
Created November 12, 2012 15:01
Show Gist options
  • Save shinecita/4059847 to your computer and use it in GitHub Desktop.
Save shinecita/4059847 to your computer and use it in GitHub Desktop.
do not updatebouds
Map.focus = function (object, zoomLevel) {
Map.clearLines();
var location = object && object.location();
if (location) {
Map.$map.panTo(location);
// Map.$map.setZoom(zoomLevel || 10);
}
// Map.resize();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment