2c7e4966 by ex

添加提示

1 parent 8b1441f7
...@@ -384,9 +384,9 @@ angular.module('myApp') ...@@ -384,9 +384,9 @@ angular.module('myApp')
384 try { 384 try {
385 myMarker.position = point; 385 myMarker.position = point;
386 if(isForce) { 386 if(isForce) {
387 map.setZoom(15)
387 // var map = myMarker.getMap(); 388 // var map = myMarker.getMap();
388 map.panTo(point); 389 map.panTo(point);
389 map.setZoom(15)
390 } 390 }
391 refreshNewPoints(point); 391 refreshNewPoints(point);
392 } catch (e) { 392 } 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!