南昌市物联网技防平台-前端
jxdnsong
2021-02-27 1a161393ef707272bcd534c7cfffd7ea0e60b866
public/map/widgets/clientManagement/ClientManagement.js
@@ -3,8 +3,8 @@
 * @Version: 1.0
 * @Author: yangsx
 * @Date: 2019-12-09 19:01:40
 * @LastEditors: yangsx
 * @LastEditTime: 2019-12-14 14:44:57
 * @LastEditors: song
 * @LastEditTime: 2021-02-25 13:59:29
 */
define([
  "dojo",
@@ -248,11 +248,6 @@
      //var data = DataManager.getData();
      that.clusterLayer.addData(datas);
      if(window.locationObj) {
        that._map.centerAndZoom(new esri.geometry.Point(window.locationObj.x,window.locationObj.y, new esri.SpatialReference({ wkid: 4326 })), 14);
      }
    }
    , clearLayer: function () {