|
@@ -195,13 +195,13 @@ export default {
|
|
|
that.wpnumMap = res.data.fczbmap.jczbmap;
|
|
|
that.wpInfoMap = res.data.wxssmap;
|
|
|
that.fjmap = res.data.fjmap[0];
|
|
|
+ that.when();
|
|
|
}
|
|
|
},
|
|
|
});
|
|
|
},
|
|
|
when: function () {
|
|
|
let jsonObj = dataService.get("arcgis-nss");
|
|
|
- console.log(jsonObj)
|
|
|
this.fans = jsonObj;
|
|
|
jsonObj.forEach((item) => {
|
|
|
let obj = this.fjmap.find((t) => {
|
|
@@ -247,6 +247,7 @@ export default {
|
|
|
item.attributes.dur = 8;
|
|
|
break;
|
|
|
}
|
|
|
+ console.log(item.geometry.x)
|
|
|
this.$refs.arcgis.addHtmlPoint(
|
|
|
[item.geometry.x, item.geometry.y],
|
|
|
item.attributes.code,
|