addCircleDistance() { let circleDistanceLayer =this.$mapView.map.findLay...
await loadArcgisModules(['esri/tasks/Geoprocessor']) // 调用 GP 服务 const g...
async addSluicePumpLayerData() { // 获取数据 await this.getListData() this...
1.引入 "esri/tasks/Geoprocessor" 2.new GP服务,根据提交参数调用gp const gp =new this....
1.GraphicsLayer : const graphic =this.layers.HospitalLayer.graphics.item...
// 画圈圈 addCircleGraphic(graphic) { const target =new this.$esri.Point({t...
const layers = new this.$esri.FeatureLayer({ id: 'Layer', url: 'http...
async creatMetroLayer() { const {content } =await getMetroList({ pageNum...
html, body, #viewDiv { padding:0; margin:0; height:100%; width:100%; pos...