随笔分类 -  ArcGis

摘要: 阅读全文
posted @ 2022-03-24 15:03 进击中的前端攻城狮 阅读(69) 评论(0) 推荐(0)
摘要:map-identify.js * 开启地图识别监听 */ startIdentify() { if (!this._map) { return } if (!this.mouseTip || this._viewer !== this._mapStore.gMapObject.viewer) { 阅读全文
posted @ 2022-03-24 09:52 进击中的前端攻城狮 阅读(52) 评论(0) 推荐(0)
摘要:引入 esri-loader; import esriLoader from 'esri-loader' esriLoader 方法 : 1 getScript () 从库里面获取 js 文件 ; 2 isLoaded () 检测模块是否加载完成 ; 3 loadModules( [ ], opti 阅读全文
posted @ 2022-02-14 15:56 进击中的前端攻城狮 阅读(242) 评论(0) 推荐(0)