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