| | |
| | | import dowloadChooose from '@assets/images/map-pages/icon/toolbox/Selecd/xiazai.png' |
| | | |
| | | // 标绘的可选择数据 |
| | | // import iconRefinery from '@assets/images/map-pages/local.png' |
| | | import iconRefinery from '@assets/images/map-pages/local.png' |
| | | |
| | | import marker from '@assets/images/map-pages/icon/toolbox/map.png' |
| | | import line from '@assets/images/map-pages/icon/toolbox/line.png' |
| | |
| | | switch (itemT.label) { |
| | | case '点标绘': |
| | | var myIcon = this.L.icon({ |
| | | iconUrl: '', // iconRefinery |
| | | iconUrl: iconRefinery, |
| | | iconSize: [26, 32], |
| | | iconAnchor: [13, 16], |
| | | popupAnchor: [26, -32] |
| | |
| | | var drawLayerPolygonY = this.map.editTools.startCircle() |
| | | this.drawLayer.addLayer(drawLayerPolygonY) |
| | | this.setLogic(drawLayerPolygonY) |
| | | // this.drawLayer = this.map.editTools.startCircle() |
| | | break |
| | | case '删除': |
| | | this.drawLayer.clearLayers() |