Created
November 12, 2012 15:01
-
-
Save shinecita/4059847 to your computer and use it in GitHub Desktop.
do not updatebouds
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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