提交 971e097a authored 作者: fit2cloud-chenyw's avatar fit2cloud-chenyw

feat: 适配符号地图插件

上级 8c0098dd
...@@ -14,6 +14,7 @@ ...@@ -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' // 注册自定义组件 ...@@ -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 ...@@ -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 { ...@@ -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;
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论