南昌市物联网技防平台-前端
shuishen
2021-04-08 a4e06ccd3cd976fbe4eef99e188d42ec9f3ad054
public/map/widgets/map/MapWidget.js
@@ -96,7 +96,7 @@
                logo: this._parseResult.maplogo,
                showAttribution: true,
                extent: extent,
                maxZoom: 17,
                maxZoom: 19,
                minZoom: 0,
                navigationMode: "classic"
            });
@@ -121,6 +121,7 @@
            AppEvent.addAppEventListener(AppEvent.ADD_TOP_MOST_LAYER, lang.hitch(this, this.onAddTopMostLayer));
        },
        onload: function () {
            AppEvent.dispatchAppEvent("mapLoad",this.map);
            //var listNode = this.map.attribution.listNode;
            var listNode = this.domNode;
            var scalebar = new Scalebar({
@@ -236,7 +237,7 @@
                    }
                }
            }))
            AppEvent.dispatchAppEvent("mapLoad", this.map);
            return this.map
        },
        appendToolHandler: function (data) {