forked from github/dataease
Merge pull request #2241 from dataease/pr@dev@feat_symbol_map_perf
feat: 适配符号地图插件
This commit is contained in:
commit
2e0d919066
@ -14,6 +14,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@antv/g2plot": "^2.4.9",
|
||||
"@antv/l7-maps": "^2.8.35",
|
||||
"@antv/s2": "^1.11.0",
|
||||
"@antv/util": "^2.0.17",
|
||||
"@riophae/vue-treeselect": "0.4.0",
|
||||
|
@ -26,6 +26,7 @@ import '@/components/canvas/custom-component' // 注册自定义组件
|
||||
import '@/utils/DateUtil'
|
||||
import draggable from 'vuedraggable'
|
||||
import deWebsocket from '@/websocket'
|
||||
import { GaodeMap } from '@antv/l7-maps'
|
||||
Vue.config.productionTip = false
|
||||
Vue.use(VueClipboard)
|
||||
Vue.use(widgets)
|
||||
@ -35,6 +36,7 @@ Vue.prototype.$api = api
|
||||
import * as echarts from 'echarts'
|
||||
|
||||
Vue.prototype.$echarts = echarts
|
||||
Vue.prototype.$gaodeMap = GaodeMap
|
||||
|
||||
import UmyUi from 'umy-ui'
|
||||
Vue.use(UmyUi)
|
||||
|
@ -819,3 +819,11 @@ div:focus {
|
||||
font-weight: 800;
|
||||
color: #F56C6C;
|
||||
}
|
||||
.amap-container{
|
||||
// position: inherit !important;
|
||||
right: 0px;
|
||||
}
|
||||
.l7-scene {
|
||||
// position: relative !important;
|
||||
right: 0px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user