Browse Source

设置地图缩放级别

da-xian 3 tháng trước cách đây
mục cha
commit
c3225d3756
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/main/resources/static/a4gis/index.html

+ 2 - 0
src/main/resources/static/a4gis/index.html

@@ -841,6 +841,8 @@
 
       if(pointObjects[obj.well_id]) {
         console.log("zoomToCenter",pointObjects[obj.well_id]);
+        // 设置地图缩放级别
+        map.ZoomToLevel(13, obj.x, obj.y);
         // 设置弹窗自动显示
         map.MainMap.infoWindow.show(pointObjects[obj.well_id]);
         map.MainMap.infoWindow.setFeatures([pgs[obj.well_id]]);