南昌市物联网技防平台-前端
zengh
2021-02-22 687ea8cc545e35a11100aed1a1366faac360e0c5
public/map/index.html
@@ -59,9 +59,9 @@
    }
    function mapLoad(map) {
      if(locationObj) {
        map.centerAndZoom(new esri.geometry.Point(locationObj.x,locationObj.y, new esri.SpatialReference({ wkid: 4326 })), 14);
      }
      // if(locationObj) {
      //   map.centerAndZoom(new esri.geometry.Point(locationObj.x,locationObj.y, new esri.SpatialReference({ wkid: 4326 })), 14);
      // }
    }
  </script>