| | |
| | | import '@components/plugin/pulse/Pulse.css' // marker 外圈波 css |
| | | import BasemapHelper from './components/helpers/BasemapHelper' |
| | | import VectorLayerHelper from './components/helpers/VectorLayerHelper' |
| | | |
| | | import '@/components/plugin/leaflet-echart' |
| | | // import '@/components/plugin/flowline' |
| | | // import eventBus from './eventBus' |
| | | |
| | | let map = null |
| | |
| | | const option = mapOption || MapConfig.mapOptions |
| | | map = L.map(div, option) |
| | | |
| | | map.on('click', (event, a, b) => { |
| | | console.log(event, a, b) |
| | | }) |
| | | |
| | | // eventBus.$emit('map-obj', map) |
| | | |
| | | window.map = map |
| | |
| | | |
| | | return map |
| | | } |
| | | |
| | | /** |
| | | * 基础底图初始化 |
| | | * @param map |