南昌市物联网技防平台-前端
shuishen
2021-04-22 b0005ea320a7ce4ecb21332addf0aa8592ba7bfd
去除经纬度
1 files modified
2 ■■■ changed files
public/map/widgets/map/MapWidget.js 2 ●●● patch | view | raw | blame | history
public/map/widgets/map/MapWidget.js
@@ -116,7 +116,7 @@
            this._addLayer();
            this._eventHandlers.push(this.map.on("extent-change", lang.hitch(this, this._onExtentChange)));
            this._eventHandlers.push(this.map.on("mouse-move", lang.hitch(this, this._onMouseMove)));
            // this._eventHandlers.push(this.map.on("mouse-move", lang.hitch(this, this._onMouseMove)));
            AppEvent.addAppEventListener(AppEvent.SWITCH_BASEMAP, lang.hitch(this, this.onSwitchBaseMap));
            AppEvent.addAppEventListener(AppEvent.ADD_TOP_MOST_LAYER, lang.hitch(this, this.onAddTopMostLayer));
        },