Merge pull request #154 from vita10gy/location

Add current location button to geo search
This commit is contained in:
Jon Atkins
2013-04-14 07:14:11 -07:00
4 changed files with 19 additions and 1 deletions

View File

@ -23,4 +23,7 @@ window.setupGeosearch = function() {
});
e.preventDefault();
});
$('#geosearchwrapper img').click(function(){
map.locate({setView : true});;
});
}