2c7e4966 by ex

添加提示

1 parent 8b1441f7
......@@ -384,9 +384,9 @@ angular.module('myApp')
try {
myMarker.position = point;
if(isForce) {
map.setZoom(15)
// var map = myMarker.getMap();
map.panTo(point);
map.setZoom(15)
}
refreshNewPoints(point);
} catch (e) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!