1
This commit is contained in:
Alex Yatskov 2015-09-23 11:22:42 +09:00
parent 1cad44584e
commit 5a7b773c84

View File

@ -79,7 +79,7 @@
$('.nav-tabs a[href="#mapTab"]').tab('show');
var setter = function(e) {
_ctx.map.setCenter({lat: latitude, lng: longitude});
_ctx.map.panTo({lat: latitude, lng: longitude});
_ctx.map.setZoom(18);
};