Commit 1f4aa46e authored by zhengke's avatar zhengke

修改

parent eb72c7a7
......@@ -143,7 +143,7 @@
let lat = parseFloat(startArray[0]);
let lng = parseFloat(startArray[1]);
this.map.setCenter(new google.maps.LatLng(lat, lng));
this.map.setZoom(13);
this.map.setZoom(10);
//全部
if (this.type == 1) {
/* 循环标出所有坐标 */
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment