amap.vue 52 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627
  1. <template>
  2. <div class="map-wrap">
  3. <div id="container" tabindex="0"></div>
  4. <div id="mask"></div>
  5. <div class="yun-wrap">
  6. <img class="yun yun1" src="../assets/img/云1.png" alt />
  7. </div>
  8. <div class="yun-wrap">
  9. <img class="yun yun2" src="../assets/img/云2.png" alt />
  10. </div>
  11. <div class="yun-wrap">
  12. <img class="yun yun3" src="../assets/img/云3.png" alt />
  13. </div>
  14. </div>
  15. </template>
  16. <script>
  17. import AMapLoader from '@amap/amap-jsapi-loader';
  18. import axios from 'axios';
  19. import {
  20. smallClassMap,
  21. rightScrollData,
  22. forestSample,
  23. alarmDataApi,
  24. financeBasePlant,
  25. financeBaseDetail,
  26. farmInfo,
  27. smallClassDetail,
  28. treePlant
  29. } from '@/service/index.js';
  30. import { mapMutations, mapState, mapGetters } from 'vuex';
  31. import { Message } from 'element-ui';
  32. export default {
  33. name: 'amap',
  34. data() {
  35. return {
  36. AMap: null,
  37. map: null,
  38. lngLat: [106.628201, 26.646694],
  39. adName: '',
  40. zoom: 8,
  41. adcode: '贵州省',
  42. mapLevel: 'province',
  43. parentId: '520000',
  44. province: '',
  45. districtExplorer: null,
  46. tipMarker: null,
  47. $tipMarkerContent: null,
  48. currentAreaNode: null,
  49. smallClassMapArr: [],
  50. smallMarker: null,
  51. treeCompData: {},
  52. treeSmallLabel: null,
  53. leftPage: 'forest',
  54. parentId: '',
  55. // 行政区
  56. polygon: null,
  57. // 城市标注点
  58. cityMarker: null,
  59. smallClassPolygon: null,
  60. forestMarker: null,
  61. rightScrollMarker: null,
  62. boundaryPolygon: null,
  63. eventMarker: null,
  64. markerData: {},
  65. cityMarkerArr: [],
  66. putPolygonData: [],
  67. townPolygons: [],
  68. treeCompMarkers: [],
  69. forestFarmData: [],
  70. districtList: [],
  71. selectData: {},
  72. districtData: {},
  73. streetData: {},
  74. smallMarkers: [],
  75. eventMarkers: [],
  76. treePlant: [],
  77. baseMarkers: []
  78. };
  79. },
  80. mounted() {
  81. // this.initMAp();
  82. this.initAMap();
  83. },
  84. watch: {
  85. '$store.state.addr.parentId': {
  86. handler(val) {
  87. if (this.$store.state.addr.mapLevel != 'street') {
  88. this.selectData = this.$store.state.addr.selectCity;
  89. this.districtData = this.$store.state.addr.selectDistrict;
  90. this.streetData = this.$store.state.addr.selectStreet;
  91. if (this.map) {
  92. this.parentId = val;
  93. this.switch2AreaNode(
  94. val,
  95. this.$store.state.addr.mapLevel,
  96. this.$store.state.addr.selectCity,
  97. this.leftPage
  98. );
  99. this.getDistrict(
  100. this.$store.state.addr.parentName,
  101. this.$store.state.addr.mapLevel
  102. );
  103. // this.$store.dispatch('searchArea', {
  104. // parentId: val,
  105. // name: this.$store.state.addr.parentName,
  106. // mapLevel: this.$store.state.addr.mapLevel
  107. // });
  108. }
  109. }
  110. }
  111. },
  112. '$store.state.addr.selectStreet'(val) {
  113. if (val.label && val.value && val.areaId) {
  114. this.map.remove(this.polygon);
  115. this.map.setCity(val.label);
  116. // that.map.setZoomAndCenter(13, centerLanLatArr, false, 12);
  117. // this.$store.dispatch('getSmallClassMap', {
  118. // cityId: this.$store.state.addr.selectCity.areaId,
  119. // countyId: this.$store.state.addr.selectDistrict.areaId,
  120. // townId: this.$store.state.addr.selectStreet.areaId
  121. // });
  122. // that.map.setBounds(townPolygon.getBounds(), null, null, true);
  123. if (this.leftPage === 'forest') {
  124. this.addForestPolygon(this.smallClassMapArr);
  125. this.getForestSample(this.leftPage);
  126. } else if (this.leftPage === 'treeSpecies') {
  127. this.addTreeSpeciesPolygon(this.smallClassMapArr);
  128. this.getRightScrollData(this.leftPage);
  129. } else if (this.leftPage === 'economics') {
  130. this.getEconomics(this.smallClassMapArr);
  131. } else if (this.leftPage === 'event') {
  132. this.getEven();
  133. }
  134. }
  135. // this.putPolygon(val)
  136. },
  137. '$store.state.addr.page': {
  138. handler(val) {
  139. this.leftPage = val;
  140. if (!this.parentId) {
  141. this.parentId = '520000';
  142. this.$store.state.addr.parentName = '贵州省';
  143. }
  144. if (this.parentId) {
  145. this.getSmallClass();
  146. this.mapPolygon();
  147. this.switch2AreaNode(
  148. this.parentId,
  149. this.$store.state.addr.mapLevel,
  150. this.$store.state.addr.selectStreet,
  151. this.leftPage
  152. );
  153. this.getDistrict(
  154. this.$store.state.addr.parentName,
  155. this.$store.state.addr.mapLevel
  156. );
  157. }
  158. }
  159. },
  160. // '$store.state.addr.smallClassMapArr': {
  161. // deep: true,
  162. // immediate: true,
  163. // handler: function (val, oldVal) {
  164. // console.log();
  165. // if (this.$store.state.addr.mapLevel == 'province') {
  166. // } else {
  167. // this.smallClassMapArr = val;
  168. // if (this.smallClassMapArr) {
  169. // if (this.$store.state.addr.mapLevel === 'district') {
  170. // if (this.leftPage === 'forest') {
  171. // this.addForestPolygon(this.smallClassMapArr);
  172. // } else if (this.leftPage === 'treeSpecies') {
  173. // this.addTreeSpeciesPolygon(this.smallClassMapArr);
  174. // } else if (this.leftPage === 'event') {
  175. // this.getEven(this.smallClassMapArr);
  176. // } else if (this.leftPage === 'economics') {
  177. // this.getEconomics(this.smallClassMapArr);
  178. // }
  179. // }
  180. // }
  181. // }
  182. // }
  183. // },
  184. '$store.state.addr.smallClassSearch': {
  185. deep: true,
  186. immediate: true,
  187. handler: function (val, oldVal) {
  188. let _this = this;
  189. if (val) {
  190. if (val.longitude && val.latitude && !val.name) {
  191. let lanLatArr = [val.longitude, val.latitude];
  192. let smallLabel =
  193. "<div class='info-small'>" +
  194. "<h5 class='marker-title'>" +
  195. val.countyName +
  196. '-' +
  197. val.smallNumber +
  198. '</h5>' +
  199. "<div class='marker-content'>" +
  200. '' +
  201. '<p>小班号:' +
  202. val.smallNumber +
  203. '</p>' +
  204. '<p>样地数:' +
  205. val.sampleCount +
  206. '</p>' +
  207. '<p>小班蓄积量:' +
  208. val.smallClassStock +
  209. '(立方米)' +
  210. '</p>' +
  211. '<p>小班占地面积:' +
  212. val.landArea +
  213. '(亩)' +
  214. '</p>' +
  215. '<p>小班树种组成:' +
  216. val.treeComp +
  217. '</p>' +
  218. '<p>所在位置:' +
  219. val.cityName +
  220. val.countyName +
  221. val.townName;
  222. '</p>' + '</div>' + '</div>';
  223. this.smallMarker = new AMap.Marker({
  224. map: this.map,
  225. position: lanLatArr,
  226. icon: require('@/assets/img/small-marker.png'),
  227. anchor: 'bottom-center',
  228. offset: new AMap.Pixel(0, 0),
  229. zIndex: 9999
  230. });
  231. this.smallMarker.setLabel({
  232. direction: 'right',
  233. offset: new AMap.Pixel(-170, -115), //设置文本标注偏移量
  234. content: smallLabel //设置文本标注内容
  235. });
  236. // this.smallMarker.setMap(this.map);
  237. // this.map.add(this.smallMarker);
  238. this.smallMarkers.push(_this.smallMarker);
  239. } else if (val.name == false && this.smallMarker) {
  240. this.map.on('rightclick', function (e) {
  241. _this.map.remove(_this.smallMarkers);
  242. });
  243. }
  244. }
  245. }
  246. },
  247. '$store.state.addr.eventData': {
  248. deep: true,
  249. immediate: true,
  250. handler: function (val, oldVal) {
  251. let _this = this;
  252. if (val) {
  253. if (val.longitude && val.latitude && !val.name) {
  254. let lanLatArr = [val.longitude, val.latitude];
  255. let baseIcon = '';
  256. let fireIcon = require('@/assets/img/fire.png');
  257. let cutTreeIcon = require('@/assets/img/cutTree.png');
  258. let insectpestIcon = require('@/assets/img/insectpest.png');
  259. if (val.eventType == 1) {
  260. val.eventContLabel = '火灾';
  261. baseIcon = fireIcon;
  262. } else if (val.eventType == 2) {
  263. val.eventContLabel = '砍伐';
  264. baseIcon = cutTreeIcon;
  265. } else if (val.eventType == 3) {
  266. val.eventContLabel = '病虫害';
  267. baseIcon = insectpestIcon;
  268. } else if (val.eventType == 4) {
  269. val.eventContLabel = '偷盗林木';
  270. }
  271. let treeSmallLabel =
  272. "<div class='info-small'>" +
  273. "<h5 class='marker-title'>历史事件" +
  274. '</h5>' +
  275. "<div class='marker-content'>" +
  276. '<p>事件类型:' +
  277. val.eventContLabel +
  278. '</p>' +
  279. '<p>上报时间:' +
  280. val.createTime +
  281. '</p>' +
  282. '<p>上报人:' +
  283. val.createBy +
  284. '</p>' +
  285. '<p>位置:' +
  286. val.cityName +
  287. val.countyName +
  288. val.townName +
  289. val.villageName +
  290. '</p>' +
  291. '</div>' +
  292. '</div>';
  293. this.eventMarker = new AMap.Marker({
  294. map: this.map,
  295. position: lanLatArr,
  296. icon: baseIcon,
  297. anchor: 'bottom-center',
  298. offset: new AMap.Pixel(0, 0),
  299. zIndex: 9999
  300. });
  301. this.eventMarker.setLabel({
  302. direction: 'top',
  303. offset: new AMap.Pixel(-10, 0), //设置文本标注偏移量
  304. content: treeSmallLabel //设置文本标注内容
  305. });
  306. this.eventMarkers.push(this.eventMarker);
  307. // this.map.add(this.eventMarker);
  308. } else if (val.name == false && this.eventMarker) {
  309. this.map.on('rightclick', function (e) {
  310. _this.map.remove(_this.eventMarkers);
  311. });
  312. }
  313. }
  314. }
  315. },
  316. '$store.state.addr.baseDetail': {
  317. deep: true,
  318. immediate: true,
  319. handler: function (val, oldVal) {
  320. let _this = this;
  321. if (val) {
  322. if (val.baseLongitude && val.baseLatitude && !val.name) {
  323. let lanLatArr = [val.baseLongitude, val.baseLatitude];
  324. let treeSmallLabel =
  325. "<div class='info-small'>" +
  326. "<h5 class='marker-title'>" +
  327. val.baseName +
  328. '</h5>' +
  329. "<div class='marker-content'>" +
  330. '<p>基地名称:' +
  331. val.baseName +
  332. '</p>' +
  333. '<p>种植/养殖/加工作物:' +
  334. val.cropName +
  335. '</p>' +
  336. '<p>占地面积:' +
  337. val.baseArea +
  338. '亩' +
  339. '</p>' +
  340. '<p>位置:' +
  341. val.cityName +
  342. val.countyName +
  343. val.townName +
  344. '</p>' +
  345. '</div>' +
  346. '</div>';
  347. this.baseMarker = new AMap.Marker({
  348. map: this.map,
  349. position: lanLatArr,
  350. icon: require('@/assets/img/small-marker.png'),
  351. anchor: 'bottom-center',
  352. offset: new AMap.Pixel(0, 0),
  353. zIndex: 9999
  354. });
  355. this.baseMarker.setLabel({
  356. direction: 'top',
  357. offset: new AMap.Pixel(0, 0), //设置文本标注偏移量
  358. content: treeSmallLabel //设置文本标注内容
  359. });
  360. this.baseMarkers.push(_this.baseMarker);
  361. } else if (val.name == false && this.baseMarker) {
  362. this.map.on('rightclick', function (e) {
  363. _this.map.remove(_this.baseMarkers);
  364. });
  365. }
  366. }
  367. }
  368. }
  369. },
  370. computed: {
  371. ...mapGetters(['vuexCityList', 'vuexDistrictList', 'vuexStreetList']),
  372. ...mapState(['selectCity', 'selectDistrict', 'selectStreet'])
  373. },
  374. created() {
  375. this.getTreePlant();
  376. },
  377. methods: {
  378. ...mapMutations([
  379. 'changeSelectCity',
  380. 'changeSelectDistrict',
  381. 'changeSelectStreet',
  382. 'changeSelectAddr'
  383. ]),
  384. initAMap() {
  385. let _this = this;
  386. window._AMapSecurityConfig = {
  387. securityJsCode: 'e6666dfe93e7d3c6f3a5dc35cad6befb' // 密钥
  388. };
  389. AMapLoader.load({
  390. key: 'f79d862df9288710e3dce6591af9dff1', // 申请好的Web端开发者Key,首次调用 load 时必填
  391. version: '2.0', // 指定要加载的 JSAPI 的版本,缺省时默认为 1.4.15
  392. Loca: {
  393. version: '2.0'
  394. },
  395. AMapUI: {
  396. // 是否加载 AMapUI,缺省不加载
  397. version: '1.1', // AMapUI 缺省 1.1
  398. plugins: ['overlay/SimpleMarker'] // 需要加载的 AMapUI ui插件
  399. }
  400. }).then((AMap) => {
  401. _this.AMap = AMap;
  402. _this.map = new AMap.Map('container', {
  403. //设置地图容器id
  404. viewMode: '3D', //是否为3D地图模式
  405. terrain: true,
  406. zoom: _this.zoom, //初始化地图级别
  407. center: _this.lngLat, //初始化地图中心点位置
  408. pitch: 45,
  409. // layers: [
  410. // new AMap.TileLayer.Satellite(),
  411. // new AMap.TileLayer.RoadNet()
  412. // ],
  413. features: ['road', 'bg', 'building'] //地图要素
  414. });
  415. AMapUI.load(
  416. ['ui/geo/DistrictExplorer', 'lib/$'],
  417. function (DistrictExplorer) {
  418. _this.loadMapData(DistrictExplorer, $);
  419. }
  420. );
  421. var wms = new AMap.TileLayer.WMTS({
  422. url: 'http://t4.tianditu.gov.cn/img_w/wmts',
  423. blend: false,
  424. tileSize: 256,
  425. params: {
  426. Layer: 'img',
  427. Version: '1.0.0',
  428. Format: 'tiles',
  429. // TileMatrixSet: 'EPSG:3857',
  430. TileMatrixSet: 'w',
  431. STYLE: 'default',
  432. tk: '0864c66cc5f141fc17511169957aad51'
  433. }
  434. });
  435. wms.setMap(_this.map);
  436. // this.$nextTick(() => {
  437. // // this.getDistrict()
  438. // });
  439. });
  440. },
  441. getDistrict(adName, mapLevel) {
  442. if (mapLevel === 'street') {
  443. mapLevel = 'district';
  444. }
  445. switch (adName) {
  446. case '黔西南州':
  447. adName = '黔西南布依族苗族自治州';
  448. break;
  449. case '黔东南州':
  450. adName = '黔东南苗族侗族自治州';
  451. break;
  452. case '黔南州':
  453. adName = '黔南布依族苗族自治州';
  454. break;
  455. }
  456. let that = this;
  457. this.map.clearMap();
  458. AMap.plugin(['AMap.DistrictSearch'], function () {
  459. var district = new AMap.DistrictSearch({
  460. // 返回行政区边界坐标等具体信息
  461. extensions: 'all',
  462. // 设置查询行政区级别为 区 (district)
  463. level: mapLevel,
  464. // 显示下级行政区级数,1表示返回下一级行政区
  465. subdistrict: 1
  466. });
  467. district.search(adName, function (status, result) {
  468. var outer = [
  469. new AMap.LngLat(-360, 90, true),
  470. new AMap.LngLat(-360, -90, true),
  471. new AMap.LngLat(360, -90, true),
  472. new AMap.LngLat(360, 90, true)
  473. ];
  474. if (result.districtList != undefined) {
  475. var holes = result.districtList[0].boundaries;
  476. var pathArray = [outer];
  477. pathArray.push.apply(pathArray, holes);
  478. that.polygon = new AMap.Polygon({
  479. pathL: pathArray,
  480. map: that.map,
  481. strokeColor: '#00eeff',
  482. strokeWeight: 1,
  483. fillColor: '#0c1b05', // 遮罩背景色
  484. fillOpacity: 0.8,
  485. height: 10000
  486. });
  487. that.polygon.setPath(pathArray);
  488. // that.map.add(that.polygon);
  489. var cityArr = result.districtList[0].districtList;
  490. that.districtList = cityArr;
  491. for (let i = 0; i < cityArr.length; i++) {
  492. that.cityMarker = new AMap.Text({
  493. //c城市指示标
  494. text: cityArr[i].name,
  495. zIndex: 1,
  496. map: that.map,
  497. anchor: 'center', // 设置文本标记锚点
  498. style: {
  499. padding: '0px 6px',
  500. color: '#fff',
  501. border: 'none',
  502. fontSize: '12px',
  503. 'background-color': '#E6810C'
  504. },
  505. position: [cityArr[i].center.lng, cityArr[i].center.lat]
  506. });
  507. // that.map.add(that.cityMarker);
  508. that.cityMarkerArr.push(that.cityMarker);
  509. }
  510. } else {
  511. return false;
  512. }
  513. });
  514. });
  515. },
  516. loadMapData(DistrictExplorer, $) {
  517. let that = this;
  518. //创建一个实例
  519. that.districtExplorer = window.districtExplorer = new DistrictExplorer({
  520. eventSupport: true, //打开事件支持
  521. bubble: true,
  522. map: that.map
  523. });
  524. //当前聚焦的区域
  525. this.$tipMarkerContent = $('<div class="tipMarker top"></div>');
  526. this.tipMarker = new AMap.Marker({
  527. content: this.$tipMarkerContent.get(0),
  528. offset: new AMap.Pixel(0, 0),
  529. bubble: true
  530. });
  531. //监听feature的hover事件
  532. this.districtExplorer.on(
  533. 'featureMouseout featureMouseover',
  534. (e, feature) => {
  535. this.toggleHoverFeature(
  536. feature,
  537. e.type === 'featureMouseover',
  538. e.originalEvent ? e.originalEvent.lnglat : null
  539. );
  540. }
  541. );
  542. //监听鼠标在feature上滑动
  543. this.districtExplorer.on('featureMousemove', (e) => {
  544. //更新提示位置
  545. this.tipMarker.setPosition(e.originalEvent.lnglat);
  546. });
  547. var adName = that.adcode; //贵州省
  548. var mapLevel = that.mapLevel;
  549. var adcode = '520000';
  550. //feature被点击
  551. this.districtExplorer.on('featureClick', (e, feature) => {
  552. const props = feature.properties;
  553. for (let item of this.forestFarmData) {
  554. if (props.name == item.cityName || props.name == item.countyName) {
  555. mapLevel = props.level;
  556. adName = props.name;
  557. this.$store.dispatch('searchArea', {
  558. parentId: props.adcode,
  559. name: props.name,
  560. mapLevel: props.level
  561. });
  562. let valCode = props.adcode + '000000';
  563. let areaId = '';
  564. this.vuexCityList.forEach((item) => {
  565. if (valCode == item.areaCode) {
  566. areaId = item.areaId;
  567. }
  568. });
  569. this.vuexDistrictList.forEach((item) => {
  570. if (valCode == item.areaCode) {
  571. areaId = item.areaId;
  572. }
  573. });
  574. if (props.level == 'city') {
  575. this.changeSelectCity({
  576. value: valCode,
  577. label: props.name,
  578. areaId: areaId
  579. });
  580. } else if (props.level == 'district') {
  581. this.changeSelectDistrict({
  582. value: valCode,
  583. label: props.name,
  584. areaId: areaId
  585. });
  586. }
  587. }
  588. }
  589. });
  590. this.map.on('mousewheel', (e) => {
  591. // console.log(e.lnglat.lng, e.lnglat.lat);
  592. var zoom = this.map.getZoom(); //获取当前地图级别
  593. if (
  594. zoom > '10.5' &&
  595. zoom < '11' &&
  596. this.$store.state.addr.mapLevel == 'street'
  597. ) {
  598. if (this.districtData.value) {
  599. let districtCode = this.districtData.value.substring(0, 6);
  600. this.$store.dispatch('searchArea', {
  601. parentId: districtCode,
  602. name: this.districtData.label,
  603. mapLevel: 'district'
  604. });
  605. }
  606. }
  607. if (
  608. zoom > '9' &&
  609. zoom < '9.5' &&
  610. this.$store.state.addr.mapLevel == 'district'
  611. ) {
  612. if (this.selectData.value) {
  613. let districtCode = this.selectData.value.substring(0, 6);
  614. this.$store.dispatch('searchArea', {
  615. parentId: districtCode,
  616. name: this.selectData.label,
  617. mapLevel: 'city'
  618. });
  619. }
  620. }
  621. if (
  622. zoom > '7.6' &&
  623. zoom < '7.9' &&
  624. this.$store.state.addr.mapLevel == 'city'
  625. ) {
  626. this.$store.dispatch('searchArea', {
  627. parentId: '520000',
  628. name: '贵州省',
  629. mapLevel: 'province'
  630. });
  631. }
  632. });
  633. that.getDistrict(adName, mapLevel);
  634. this.switch2AreaNode(adcode);
  635. },
  636. //根据Hover状态设置相关样式
  637. toggleHoverFeature(feature, isHover, position) {
  638. if (feature.properties.subFeatureIndex != null) {
  639. this.tipMarker.setMap(isHover ? this.map : null);
  640. if (!feature) {
  641. return;
  642. }
  643. const props = feature.properties;
  644. if (isHover) {
  645. //更新提示内容
  646. this.$tipMarkerContent.html(props.name);
  647. //更新位置
  648. this.tipMarker.setPosition(position || props.center);
  649. }
  650. //更新相关多边形的样式
  651. const polys = this.districtExplorer.findFeaturePolygonsByAdcode(
  652. props.adcode
  653. );
  654. polys.forEach((elemnt) => {
  655. elemnt.setOptions({
  656. fillColor: '#0dbc79',
  657. fillOpacity: isHover ? 0.5 : 0
  658. });
  659. });
  660. }
  661. },
  662. //绘制某个区域的边界
  663. renderAreaPolygons(areaNode) {
  664. //更新地图视野
  665. this.map.setBounds(areaNode.getBounds(), null, null, false);
  666. this.getSmallClass();
  667. this.mapPolygon();
  668. //清除已有的绘制内容
  669. this.districtExplorer.clearFeaturePolygons();
  670. //绘制子区域
  671. this.districtExplorer.renderSubFeatures(areaNode, () => {
  672. return {
  673. cursor: 'default',
  674. bubble: true,
  675. strokeColor: 'yellow', //线颜色
  676. strokeOpacity: 1, //线透明度
  677. strokeWeight: 2, //线宽
  678. fillOpacity: 0 //填充透明度
  679. };
  680. });
  681. //绘制父区域
  682. this.districtExplorer.renderParentFeature(areaNode, {
  683. cursor: 'default',
  684. bubble: true,
  685. strokeColor: '#00eeff', //线颜色
  686. strokeOpacity: 1, //线透明度
  687. strokeWeight: 2, //线宽
  688. fillOpacity: 0 //填充透明度
  689. });
  690. },
  691. //切换区域后刷新显示内容
  692. refreshAreaNode(areaNode) {
  693. this.districtExplorer.setHoverFeature(null);
  694. this.renderAreaPolygons(areaNode);
  695. },
  696. //切换区域
  697. switch2AreaNode(adcode, mapLevel, selectStreet, page, callback) {
  698. // if (
  699. // this.currentAreaNode &&'' + this.currentAreaNode.getAdcode() === '' + adcode
  700. // ) {
  701. // return;
  702. // }
  703. this.loadAreaNode(adcode, (error, areaNode) => {
  704. if (error) {
  705. if (callback) {
  706. callback(error);
  707. }
  708. return;
  709. }
  710. this.currentAreaNode = areaNode;
  711. if (
  712. mapLevel == 'city' ||
  713. mapLevel == undefined ||
  714. mapLevel == 'province'
  715. ) {
  716. this.setMarker();
  717. }
  718. this.getrjx(adcode, selectStreet);
  719. //设置当前使用的定位用节点
  720. this.districtExplorer.setAreaNodesForLocating([this.currentAreaNode]);
  721. this.refreshAreaNode(areaNode);
  722. if (callback) {
  723. callback(null, areaNode);
  724. }
  725. });
  726. },
  727. // 加载区域
  728. loadAreaNode(adcode, callback) {
  729. this.districtExplorer.loadAreaNode(adcode, (error, areaNode) => {
  730. if (error) {
  731. if (callback) {
  732. callback(error);
  733. }
  734. window.console.error(error);
  735. return;
  736. }
  737. if (callback) {
  738. callback(null, areaNode);
  739. }
  740. });
  741. },
  742. getSmallClass() {
  743. let params = {
  744. cityId: this.$store.state.addr.selectCity.areaId,
  745. countyId: this.$store.state.addr.selectDistrict.areaId,
  746. // townId: this.$store.state.addr.selectStreet.areaId
  747. };
  748. smallClassMap(params).then((res) => {
  749. if (res.code == 200) {
  750. this.smallClassMapArr = res.rows;
  751. if (this.leftPage === 'forest') {
  752. this.addForestPolygon(this.smallClassMapArr);
  753. } else if (this.leftPage === 'treeSpecies') {
  754. this.addTreeSpeciesPolygon();
  755. } else if (this.leftPage === 'economics') {
  756. this.getEconomics(this.smallClassMapArr);
  757. }
  758. }
  759. });
  760. },
  761. mapPolygon() {
  762. if (this.smallClassMapArr) {
  763. if (this.leftPage === 'forest') {
  764. this.addForestPolygon(this.smallClassMapArr);
  765. if (this.$store.state.addr.mapLevel == 'district') {
  766. this.getForestSample(this.leftPage);
  767. }
  768. } else if (this.leftPage === 'treeSpecies') {
  769. this.addTreeSpeciesPolygon();
  770. if (this.$store.state.addr.mapLevel == 'district') {
  771. this.getRightScrollData(this.leftPage);
  772. }
  773. } else if (this.leftPage === 'economics') {
  774. this.getEconomics(this.smallClassMapArr);
  775. } else if (this.leftPage === 'event') {
  776. this.getEven();
  777. }
  778. }
  779. },
  780. addForestPolygon(smallClassMapArr) {
  781. let that = this;
  782. if (smallClassMapArr) {
  783. smallClassMapArr.forEach((item) => {
  784. let polyData = JSON.parse(item.mapInfo);
  785. for (let elementLs in polyData.features) {
  786. let smallClassPolygon = new AMap.Polygon({
  787. map: that.map,
  788. path: polyData.features[elementLs].geometry.coordinates,
  789. strokeOpacity: 1,
  790. fillOpacity: 0,
  791. strokeColor: 'red',
  792. strokeWeight: 2,
  793. zIndex: 999,
  794. cursor: 'pointer'
  795. });
  796. if (item.longitude && item.latitude) {
  797. var lanLatArr = [];
  798. lanLatArr = [item.longitude, item.latitude];
  799. if (this.$store.state.addr.mapLevel == 'district') {
  800. let smallClassN = new AMap.Text({
  801. map: this.map,
  802. position: lanLatArr,
  803. text: item.smallNumber,
  804. anchor: 'bottom-center',
  805. offset: new AMap.Pixel(0, 8),
  806. style: {
  807. 'background-color': 'transparent',
  808. border: 'none',
  809. color: '#05dfff',
  810. fontSize: '12px'
  811. }
  812. });
  813. }
  814. smallClassPolygon.on('click', (e) => {
  815. let smallLabel =
  816. "<div class='info-small'>" +
  817. "<h5 class='marker-title'>" +
  818. item.countyName +
  819. '-' +
  820. item.smallNumber +
  821. '</h5>' +
  822. "<div class='marker-content'>" +
  823. '<p>小班号:' +
  824. item.smallNumber +
  825. '</p>' +
  826. '<p>样地数:' +
  827. item.sampleCount +
  828. '</p>' +
  829. '<p>小班蓄积量:' +
  830. item.smallClassStock +
  831. '(立方米)' +
  832. '</p>' +
  833. '<p>小班占地面积:' +
  834. item.landArea +
  835. '(亩)' +
  836. '</p>' +
  837. '<p>小班树种组成:' +
  838. item.treeComp +
  839. '</p>' +
  840. '<p>所在位置:' +
  841. item.cityName +
  842. item.countyName +
  843. item.townName;
  844. '</p>' + '</div>' + '</div>';
  845. that.smallMarker = new AMap.Marker({
  846. position: lanLatArr,
  847. icon: require('@/assets/img/small-marker.png'),
  848. anchor: 'bottom-center',
  849. offset: new AMap.Pixel(-5, -6)
  850. });
  851. that.smallMarker.setLabel({
  852. direction: 'right',
  853. offset: new AMap.Pixel(-170, -115), //设置文本标注偏移量
  854. content: smallLabel //设置文本标注内容
  855. });
  856. that.smallMarker.setMap(that.map);
  857. smallClassPolygon.setOptions({
  858. fillOpacity: 0.7,
  859. fillColor: 'yellow'
  860. });
  861. });
  862. smallClassPolygon.on('mouseout', () => {
  863. if (that.smallMarker) {
  864. that.smallMarker.setMap(null);
  865. that.smallMarker = null;
  866. }
  867. smallClassPolygon.setOptions({
  868. fillOpacity: 0,
  869. fillColor: '#ccebc5'
  870. });
  871. });
  872. }
  873. }
  874. // this.map.add(that.smallClassPolygon);
  875. });
  876. }
  877. },
  878. // 获取样地数据
  879. getForestSample(page) {
  880. forestSample({
  881. cityId: this.$store.state.addr.selectCity.areaId,
  882. countyId: this.$store.state.addr.selectDistrict.areaId,
  883. townId: this.$store.state.addr.selectStreet.areaId
  884. }).then((res) => {
  885. let sampleMarker = require('@/assets/img/sample-marker.png');
  886. let iconMeta = [28, 28];
  887. this.setMarkers(res, sampleMarker, iconMeta, page);
  888. });
  889. },
  890. // 添加地图标注(样地、树种)
  891. setMarkers(res, sampleMarker, iconMeta, page) {
  892. let _this = this;
  893. if (this.forestMarker) {
  894. this.forestMarker.setMap(null);
  895. this.forestMarker = null;
  896. }
  897. this.markerData = res;
  898. let iconMarker = sampleMarker;
  899. let iconMetaSet = iconMeta;
  900. let sampleIcon = new AMap.Icon({
  901. size: new AMap.Size(iconMetaSet[0], iconMetaSet[1]), // 图标尺寸
  902. image: iconMarker,
  903. imageSize: new AMap.Size(iconMetaSet[0], iconMetaSet[1]) // 根据所设置的大小拉伸或压缩图片
  904. });
  905. this.markerData.rows.forEach((item) => {
  906. let lngLat = [item.longitude, item.latitude];
  907. if (item.longitude && item.latitude) {
  908. this.forestMarker = new AMap.Marker({
  909. map: _this.map,
  910. position: lngLat,
  911. icon: sampleIcon,
  912. anchor: 'bottom-center',
  913. offset: new AMap.Pixel(0, -18)
  914. });
  915. if (page === 'forest') {
  916. this.forestMarker.setLabel({
  917. direction: 'right',
  918. offset: new AMap.Pixel(-8, 0), //设置文本标注偏移量
  919. content: `<div style="color:#05dfff">${item.smallNumber}-${item.sampleNumber}</div>` //设置文本标注内容
  920. });
  921. let clickLabel =
  922. "<div class='info-small'>" +
  923. "<h5 class='marker-title'>" +
  924. item.smallNumber +
  925. '-' +
  926. item.sampleNumber +
  927. '</h5>' +
  928. "<div class='marker-content'>" +
  929. '<p>样地号:' +
  930. item.sampleNumber +
  931. '</p>' +
  932. '<p>所属小班:' +
  933. item.smallNumber +
  934. '</p>' +
  935. '<p>样地蓄积:' +
  936. item.landStock +
  937. '</p>' +
  938. '<p>样地株数:' +
  939. item.landNumber +
  940. '</p>' +
  941. '</div>' +
  942. '</div>';
  943. let lastMarker = new AMap.Marker({
  944. position: lngLat,
  945. icon: sampleIcon,
  946. anchor: 'bottom-center',
  947. offset: new AMap.Pixel(0, -18)
  948. });
  949. lastMarker.setLabel({
  950. zIndex: 120,
  951. direction: 'top',
  952. offset: new AMap.Pixel(-4, 0), //设置文本标注偏移量
  953. content: clickLabel //设置文本标注内容
  954. });
  955. this.forestMarker.on('click', function (e) {
  956. _this.map.add(lastMarker);
  957. });
  958. this.forestMarker.on('mouseout', function (e) {
  959. _this.map.remove(lastMarker);
  960. });
  961. } else if (page === 'treeSpecies') {
  962. this.forestMarker.setLabel({
  963. direction: 'top',
  964. offset: new AMap.Pixel(0, 8), //设置文本标注偏移量
  965. content: `<div class="label-treecomp">${item.treeComp}<span class="smallH">${item.smallNumber}</span></div>` //设置文本标注内容
  966. });
  967. }
  968. // this.map.add(this.forestMarker);
  969. }
  970. });
  971. },
  972. addTreeSpeciesPolygon() {
  973. let that = this;
  974. that.smallClassMapArr.forEach((item) => {
  975. let polyData = JSON.parse(item.mapInfo);
  976. for (let elementLs in polyData.features) {
  977. let polygonColor = '';
  978. this.treePlant.forEach((tree) => {
  979. if (tree.plantName == item.superTree && item.superTree == '硬阔') {
  980. polygonColor = '#00da85';
  981. } else if (
  982. tree.plantName == item.superTree &&
  983. item.superTree == '软阔'
  984. ) {
  985. polygonColor = '#009bfd';
  986. } else if (
  987. tree.plantName == item.superTree &&
  988. item.superTree == '杉木'
  989. ) {
  990. polygonColor = '#eca62d';
  991. } else if (
  992. tree.plantName == item.superTree &&
  993. item.superTree == '马尾松'
  994. ) {
  995. polygonColor = '#b82dec';
  996. }
  997. });
  998. let polygon = new AMap.Polygon({
  999. map: that.map,
  1000. path: polyData.features[elementLs].geometry.coordinates,
  1001. strokeOpacity: 1,
  1002. fillOpacity: 0.6,
  1003. strokeColor: 'red',
  1004. strokeWeight: 2,
  1005. zIndex: 999,
  1006. cursor: 'pointer',
  1007. fillColor: polygonColor
  1008. });
  1009. if (item.longitude && item.latitude) {
  1010. var lanLatArr = [];
  1011. polygon.on('click', (e) => {
  1012. lanLatArr = [item.longitude, item.latitude];
  1013. let treeSmallLabel =
  1014. "<div class='info-small'>" +
  1015. "<h5 class='marker-title'>小班" +
  1016. item.smallNumber +
  1017. '</h5>' +
  1018. "<div class='marker-content'>" +
  1019. '<p>树种组成:' +
  1020. item.treeComp +
  1021. '</p>' +
  1022. '<p>树种结构:' +
  1023. item.treeStruct +
  1024. '</p>' +
  1025. '<p>优势树种:' +
  1026. item.superTree +
  1027. '</p>' +
  1028. '<p>优势树种平均胸径:' +
  1029. item.superTreeDbh +
  1030. '厘米' +
  1031. '</p>' +
  1032. '<p>优势树种平均高:' +
  1033. item.superTreeHigh +
  1034. '米' +
  1035. '</p>' +
  1036. '<p>位置:' +
  1037. item.countyName +
  1038. item.townName +
  1039. item.villageName +
  1040. '</p>' +
  1041. '</div>' +
  1042. '</div>';
  1043. that.smallMarker = new AMap.Marker({
  1044. map: that.map,
  1045. position: lanLatArr,
  1046. icon: require('@/assets/img/small-marker.png'),
  1047. anchor: 'bottom-center',
  1048. offset: new AMap.Pixel(0, 0)
  1049. });
  1050. that.smallMarker.setLabel({
  1051. direction: 'top',
  1052. offset: new AMap.Pixel(-10, 0), //设置文本标注偏移量
  1053. content: treeSmallLabel //设置文本标注内容
  1054. });
  1055. that.treeCompMarkers.push(that.smallMarker);
  1056. });
  1057. polygon.on('mouseout', () => {
  1058. that.map.remove(that.treeCompMarkers);
  1059. });
  1060. }
  1061. }
  1062. });
  1063. },
  1064. // 获取小班列表
  1065. getRightScrollData(page) {
  1066. rightScrollData({
  1067. cityId: this.$store.state.addr.selectCity.areaId,
  1068. countyId: this.$store.state.addr.selectDistrict.areaId,
  1069. townId: this.$store.state.addr.selectStreet.areaId
  1070. }).then((res) => {
  1071. let sampleMarker = require('@/assets/img/sanjiaod.png');
  1072. let iconMeta = [16, 10];
  1073. this.setMarkers(res, sampleMarker, iconMeta, page);
  1074. });
  1075. },
  1076. // 事件信息
  1077. getEven() {
  1078. let _this = this;
  1079. alarmDataApi().then((res) => {
  1080. res.data.forEach((item) => {
  1081. let lanLatArr = [item.longitude, item.latitude];
  1082. let baseIcon = '';
  1083. let fireIcon = require('@/assets/img/fire.png');
  1084. let cutTreeIcon = require('@/assets/img/cutTree.png');
  1085. let insectpestIcon = require('@/assets/img/insectpest.png');
  1086. if (item.eventType == 1) {
  1087. item.eventContLabel = '火灾';
  1088. baseIcon = fireIcon;
  1089. } else if (item.eventType == 2) {
  1090. item.eventContLabel = '砍伐';
  1091. baseIcon = cutTreeIcon;
  1092. } else if (item.eventType == 3) {
  1093. item.eventContLabel = '病虫害';
  1094. baseIcon = insectpestIcon;
  1095. }
  1096. _this.smallMarker = new AMap.Marker({
  1097. map: _this.map,
  1098. position: lanLatArr,
  1099. icon: baseIcon,
  1100. anchor: 'bottom-center',
  1101. offset: new AMap.Pixel(0, 0),
  1102. zIndex: 999
  1103. });
  1104. _this.smallMarker.on('click', function (e) {
  1105. let treeSmallLabel =
  1106. "<div class='info-small'>" +
  1107. "<h5 class='marker-title'>最新事件" +
  1108. '</h5>' +
  1109. "<div class='marker-content'>" +
  1110. '<p>事件类型:' +
  1111. item.eventContLabel +
  1112. '</p>' +
  1113. '<p>上报时间:' +
  1114. item.createTime +
  1115. '</p>' +
  1116. '<p>上报人:' +
  1117. item.createBy +
  1118. '</p>' +
  1119. '<p>位置:' +
  1120. item.cityName +
  1121. item.countyName +
  1122. item.townName +
  1123. item.villageName +
  1124. '</p>' +
  1125. '</div>' +
  1126. '</div>';
  1127. _this.eventMarker = new AMap.Marker({
  1128. position: lanLatArr,
  1129. icon: baseIcon,
  1130. anchor: 'bottom-center',
  1131. offset: new AMap.Pixel(0, 0),
  1132. zIndex: 999
  1133. });
  1134. _this.eventMarker.setLabel({
  1135. direction: 'top',
  1136. offset: new AMap.Pixel(-10, 0), //设置文本标注偏移量
  1137. content: treeSmallLabel //设置文本标注内容
  1138. });
  1139. _this.map.add(_this.eventMarker);
  1140. });
  1141. _this.smallMarker.on('mouseout', function (e) {
  1142. if (!_this.eventMarker) {
  1143. return;
  1144. } else {
  1145. _this.map.remove(_this.eventMarker);
  1146. }
  1147. });
  1148. });
  1149. });
  1150. },
  1151. // 林业经济
  1152. getEconomics() {
  1153. this.smallClassMapArr.forEach((item) => {
  1154. let polyData = JSON.parse(item.mapInfo);
  1155. for (let elementLs in polyData.features) {
  1156. let polygon = new AMap.Polygon({
  1157. map: this.map,
  1158. path: polyData.features[elementLs].geometry.coordinates,
  1159. strokeOpacity: 1,
  1160. fillOpacity: 0,
  1161. strokeColor: 'red',
  1162. strokeWeight: 2,
  1163. zIndex: 999,
  1164. cursor: 'pointer'
  1165. });
  1166. polygon.on('mouseover', (e) => {
  1167. polygon.setOptions({
  1168. fillOpacity: 0.7,
  1169. fillColor: 'yellow'
  1170. });
  1171. });
  1172. polygon.on('mouseout', () => {
  1173. polygon.setOptions({
  1174. fillOpacity: 0,
  1175. fillColor: '#ccebc5'
  1176. });
  1177. });
  1178. }
  1179. });
  1180. financeBasePlant({
  1181. cityId: this.$store.state.addr.selectCity.areaId,
  1182. countyId: this.$store.state.addr.selectDistrict.areaId,
  1183. townId: this.$store.state.addr.selectStreet.areaId
  1184. }).then((res) => {
  1185. let economicsList = [];
  1186. let baseList = [];
  1187. res.rows.forEach((element) => {
  1188. economicsList.push({
  1189. longitude: element.cateLongitude,
  1190. latitude: element.cateLatitude,
  1191. icon: element.image
  1192. });
  1193. baseList.push({
  1194. baseId: element.baseId,
  1195. baseName: element.baseName,
  1196. longitude: element.baseLongitude,
  1197. latitude: element.baseLatitude
  1198. });
  1199. });
  1200. economicsList.forEach((item) => {
  1201. let lanLatArr = [item.longitude, item.latitude];
  1202. let beeIcon = item.icon;
  1203. let iconMeta = [82, 26];
  1204. let sampleIcon = new AMap.Icon({
  1205. size: new AMap.Size(iconMeta[0], iconMeta[1]), // 图标尺寸
  1206. image: beeIcon,
  1207. imageSize: new AMap.Size(iconMeta[0], iconMeta[1]) // 根据所设置的大小拉伸或压缩图片
  1208. });
  1209. this.smallMarker = new AMap.Marker({
  1210. position: lanLatArr,
  1211. icon: sampleIcon,
  1212. anchor: 'bottom-center',
  1213. offset: new AMap.Pixel(0, 0)
  1214. });
  1215. this.smallMarker.setMap(this.map);
  1216. });
  1217. baseList.forEach((element) => {
  1218. let lanLatArr = [element.longitude, element.latitude];
  1219. let baseIcon = require('@/assets/img/postion.png');
  1220. let iconMeta = [20, 29];
  1221. let sampleIcon = new AMap.Icon({
  1222. size: new AMap.Size(iconMeta[0], iconMeta[1]), // 图标尺寸
  1223. image: baseIcon,
  1224. imageSize: new AMap.Size(iconMeta[0], iconMeta[1]) // 根据所设置的大小拉伸或压缩图片
  1225. });
  1226. let baseMarker = new AMap.Marker({
  1227. map: this.map,
  1228. position: lanLatArr,
  1229. icon: sampleIcon,
  1230. anchor: 'bottom-center',
  1231. offset: new AMap.Pixel(0, 0)
  1232. });
  1233. baseMarker.setLabel({
  1234. direction: 'right',
  1235. offset: new AMap.Pixel(0, 0), //设置文本标注偏移量
  1236. content: `<div>${element.baseName}</div>` //设置文本标注内容
  1237. });
  1238. baseMarker.on('click', function (e) {
  1239. financeBaseDetail({ baseId: element.baseId }).then((res) => {
  1240. if (res.code == 200) {
  1241. let treeSmallLabel =
  1242. "<div class='info-small'>" +
  1243. "<h5 class='marker-title'>" +
  1244. res.data.baseName +
  1245. '</h5>' +
  1246. "<div class='marker-content'>" +
  1247. '<p>基地名称:' +
  1248. res.data.baseName +
  1249. '</p>' +
  1250. '<p>种植/养殖/加工作物:' +
  1251. res.data.cropName +
  1252. '</p>' +
  1253. '<p>占地面积:' +
  1254. res.data.baseArea +
  1255. '亩' +
  1256. '</p>' +
  1257. '<p>位置:' +
  1258. res.data.cityName +
  1259. res.data.countyName +
  1260. res.data.townName +
  1261. '</p>' +
  1262. '</div>' +
  1263. '</div>';
  1264. baseMarker.setLabel({
  1265. direction: 'top',
  1266. offset: new AMap.Pixel(0, 0), //设置文本标注偏移量
  1267. content: treeSmallLabel //设置文本标注内容
  1268. });
  1269. }
  1270. });
  1271. });
  1272. baseMarker.on('mouseout', function (e) {
  1273. baseMarker.setLabel({
  1274. direction: 'right',
  1275. offset: new AMap.Pixel(0, 0), //设置文本标注偏移量
  1276. content: `<div>${element.baseName}</div>` //设置文本标注内容
  1277. });
  1278. });
  1279. this.map.add(baseMarker);
  1280. });
  1281. });
  1282. },
  1283. setMarker() {
  1284. farmInfo().then((res) => {
  1285. this.forestFarmData = res.rows;
  1286. let parentMarker = require('@/assets/img/pre-marker.png');
  1287. this.forestFarmData.forEach((item) => {
  1288. let selectCity = this.$store.state.addr.selectCity.label;
  1289. switch (this.$store.state.addr.selectCity.label) {
  1290. case '黔西南州':
  1291. selectCity = '黔西南布依族苗族自治州';
  1292. break;
  1293. case '黔东南州':
  1294. selectCity = '黔东南苗族侗族自治州';
  1295. break;
  1296. case '黔南州':
  1297. selectCity = '黔南布依族苗族自治州';
  1298. break;
  1299. }
  1300. if (this.$store.state.addr.selectCity.label) {
  1301. if (selectCity == item.cityName) {
  1302. let lngLat = [item.longitude, item.latitude];
  1303. var marker = new AMap.Marker({
  1304. position: lngLat,
  1305. icon: parentMarker,
  1306. anchor: 'bottom-center',
  1307. offset: new AMap.Pixel(0, 0)
  1308. });
  1309. marker.setLabel({
  1310. direction: 'bottom',
  1311. offset: new AMap.Pixel(0, 0), //设置文本标注偏移量
  1312. content: `<div>${item.forestName}</div>` //设置文本标注内容
  1313. });
  1314. marker.setMap(this.map);
  1315. }
  1316. } else {
  1317. let lngLat = [item.longitude, item.latitude];
  1318. var marker = new AMap.Marker({
  1319. position: lngLat,
  1320. icon: parentMarker,
  1321. anchor: 'bottom-center',
  1322. offset: new AMap.Pixel(0, 0)
  1323. });
  1324. marker.setLabel({
  1325. direction: 'bottom',
  1326. offset: new AMap.Pixel(0, 0), //设置文本标注偏移量
  1327. content: `<div>${item.forestName}</div>` //设置文本标注内容
  1328. });
  1329. marker.setMap(this.map);
  1330. }
  1331. });
  1332. });
  1333. },
  1334. getrjx(adcode, selectStreet) {
  1335. if (adcode == '522632') {
  1336. axios.get('/static/rongjangintown.json').then((res) => {
  1337. this.putPolygonData = res.data.features;
  1338. this.putPolygon();
  1339. });
  1340. } else if (adcode == '520181') {
  1341. axios.get('/static/qingzhenzhen.json').then((res) => {
  1342. this.putPolygonData = res.data.features;
  1343. this.putPolygon();
  1344. });
  1345. }
  1346. },
  1347. putPolygon(selectStreet) {
  1348. let that = this;
  1349. this.putPolygonData.forEach((element) => {
  1350. this.boundaryPolygon = new AMap.Polygon({
  1351. map: that.map,
  1352. path: element.geometry.coordinates,
  1353. strokeOpacity: 1,
  1354. fillOpacity: 0,
  1355. strokeColor: 'yellow',
  1356. strokeWeight: 1,
  1357. zIndex: 999,
  1358. cursor: 'pointer'
  1359. });
  1360. that.townPolygons.push(this.boundaryPolygon);
  1361. // that.map.add(that.townPolygons);
  1362. this.boundaryPolygon.on('click', (e) => {
  1363. this.smallClassMapArr = [];
  1364. let centerLanLatArr = [e.lnglat.lng, e.lnglat.lat];
  1365. that.map.remove(that.townPolygons);
  1366. that.map.remove(that.polygon);
  1367. // that.map.remove(that.cityMarkerArr);
  1368. that.districtExplorer.clearFeaturePolygons();
  1369. let valCode = element.properties.XIANG;
  1370. let areaId = '';
  1371. let label = element.properties.XIANG_NAME;
  1372. this.vuexStreetList.forEach((item) => {
  1373. if (valCode == item.areaCode) {
  1374. areaId = item.areaId;
  1375. }
  1376. });
  1377. this.changeSelectStreet({
  1378. value: valCode,
  1379. label: label,
  1380. areaId: areaId
  1381. });
  1382. this.changeSelectAddr('street');
  1383. // this.$store.dispatch('searchArea', {
  1384. // parentId: valCode,
  1385. // name: label,
  1386. // mapLevel: 'street'
  1387. // });
  1388. var outer = [
  1389. new AMap.LngLat(-360, 90, true),
  1390. new AMap.LngLat(-360, -90, true),
  1391. new AMap.LngLat(360, -90, true),
  1392. new AMap.LngLat(360, 90, true)
  1393. ];
  1394. var holes = element.geometry.coordinates;
  1395. var pathArray = [outer];
  1396. pathArray.push.apply(pathArray, holes);
  1397. let townPolygon = new AMap.Polygon({
  1398. map: that.map,
  1399. pathL: pathArray,
  1400. strokeColor: 'yellow',
  1401. strokeWeight: 4,
  1402. fillColor: '#0c1b05', // 遮罩背景色
  1403. fillOpacity: 0
  1404. });
  1405. townPolygon.setPath(holes);
  1406. // that.map.add(townPolygon);
  1407. that.map.setZoomAndCenter(13, centerLanLatArr, false, 12);
  1408. // this.$store.dispatch('getSmallClassMap', {
  1409. // cityId: this.$store.state.addr.selectCity.areaId,
  1410. // countyId: this.$store.state.addr.selectDistrict.areaId,
  1411. // townId: this.$store.state.addr.selectStreet.areaId
  1412. // });
  1413. // that.map.setBounds(townPolygon.getBounds(), null, null, true);
  1414. townPolygon.on('click', (e) => {
  1415. });
  1416. if (this.leftPage === 'forest') {
  1417. this.addForestPolygon(this.smallClassMapArr);
  1418. this.getForestSample(this.leftPage);
  1419. } else if (this.leftPage === 'treeSpecies') {
  1420. this.addTreeSpeciesPolygon(this.smallClassMapArr);
  1421. this.getRightScrollData(this.leftPage);
  1422. } else if (this.leftPage === 'economics') {
  1423. this.getEconomics(this.smallClassMapArr);
  1424. } else if (this.leftPage === 'event') {
  1425. this.getEven();
  1426. }
  1427. });
  1428. });
  1429. },
  1430. getTreePlant() {
  1431. treePlant().then((res) => {
  1432. this.treePlant = res.rows;
  1433. });
  1434. }
  1435. }
  1436. };
  1437. </script>
  1438. <style lang='scss' scoped>
  1439. #container {
  1440. width: 100%;
  1441. height: 100vh;
  1442. /deep/ .tdt-pane {
  1443. z-index: auto;
  1444. }
  1445. }
  1446. /deep/ .amap-marker-content {
  1447. .tipMarker {
  1448. color: #555;
  1449. background-color: rgba(255, 254, 239, 0.8);
  1450. border: 1px solid #7e7e7e;
  1451. padding: 2px 6px;
  1452. font-size: 12px;
  1453. white-space: nowrap;
  1454. display: inline-block;
  1455. &:before,
  1456. &:after {
  1457. content: '';
  1458. display: block;
  1459. position: absolute;
  1460. margin: auto;
  1461. width: 0;
  1462. height: 0;
  1463. border: solid transparent;
  1464. border-width: 5px 5px;
  1465. }
  1466. &.top {
  1467. transform: translate(-50%, -110%);
  1468. &:before,
  1469. &:after {
  1470. bottom: -9px;
  1471. left: 0;
  1472. right: 0;
  1473. border-top-color: rgba(255, 254, 239, 0.8);
  1474. }
  1475. &:before {
  1476. bottom: -10px;
  1477. border-top-color: #7e7e7e;
  1478. }
  1479. }
  1480. }
  1481. }
  1482. /deep/ .amap-logo,
  1483. .amap-copyright {
  1484. display: block !important;
  1485. visibility: inherit !important;
  1486. }
  1487. /deep/ .amap-icon img {
  1488. max-width: 3rem !important;
  1489. max-height: 3rem !important;
  1490. }
  1491. /deep/ .info-small {
  1492. background-image: url('../assets/img/small-label.png');
  1493. background-repeat: no-repeat;
  1494. background-size: 100% 100%;
  1495. width: 18rem;
  1496. // height: 10rem;
  1497. color: #fff;
  1498. .marker-title {
  1499. margin: 0 auto;
  1500. line-height: 30px;
  1501. }
  1502. .marker-content {
  1503. padding: 0 20px 10px 20px;
  1504. p {
  1505. text-align: left;
  1506. font-size: 12px;
  1507. margin: 0;
  1508. line-height: 28px;
  1509. }
  1510. }
  1511. }
  1512. /deep/ .amap-marker-label {
  1513. border: 0;
  1514. background-color: transparent;
  1515. }
  1516. #mask {
  1517. width: 100%;
  1518. height: 100vh;
  1519. box-shadow: inset 0px 0px 10vw 8vw rgba(0, 10, 34, 0.54);
  1520. position: fixed;
  1521. left: 0;
  1522. right: 0;
  1523. bottom: 0;
  1524. top: 0;
  1525. pointer-events: none;
  1526. }
  1527. @keyframes imageAnimation_32630606 {
  1528. 0% {
  1529. // opacity: 0;
  1530. transform: none;
  1531. }
  1532. 34% {
  1533. // opacity: 1;
  1534. transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1)
  1535. translate3d(34vw, 0px, 0px);
  1536. }
  1537. 67% {
  1538. // opacity: 1;
  1539. transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1)
  1540. translate3d(67vw, 0px, 0px);
  1541. }
  1542. 100% {
  1543. // opacity: 0;
  1544. transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1)
  1545. translate3d(160vw, 0px, 0px);
  1546. }
  1547. }
  1548. .yun-wrap {
  1549. position: fixed;
  1550. left: 0;
  1551. top: 350px;
  1552. width: 100vw;
  1553. pointer-events: none;
  1554. }
  1555. .yun {
  1556. position: fixed;
  1557. left: -500px;
  1558. animation-name: imageAnimation_32630606;
  1559. animation-iteration-count: infinite;
  1560. animation-timing-function: linear;
  1561. animation-duration: 110s;
  1562. animation-delay: 0s;
  1563. -webkit-user-drag: none;
  1564. filter: none;
  1565. pointer-events: none;
  1566. }
  1567. .yun2 {
  1568. bottom: 20px;
  1569. animation-duration: 90s;
  1570. animation-delay: 10s;
  1571. }
  1572. .yun3 {
  1573. top: 100px;
  1574. animation-duration: 120s;
  1575. animation-delay: 15s;
  1576. }
  1577. /deep/ .label-treecomp {
  1578. position: relative;
  1579. background-color: #05dfff;
  1580. color: #fff;
  1581. padding: 6px 10px;
  1582. border-radius: 8px;
  1583. font-size: 14px;
  1584. text-align: center;
  1585. &::before {
  1586. position: absolute;
  1587. top: 26px;
  1588. left: 42%;
  1589. content: '';
  1590. width: 0px;
  1591. height: 0px;
  1592. border: 6px solid transparent;
  1593. border-top-color: #05dfff;
  1594. }
  1595. .smallH {
  1596. position: absolute;
  1597. top: 34px;
  1598. z-index: 99;
  1599. display: block;
  1600. color: #05dfff;
  1601. text-align: center;
  1602. font-size: 14px;
  1603. // left: 38%;
  1604. left: 0;
  1605. width: 100%;
  1606. }
  1607. }
  1608. </style>