|
@@ -126,7 +126,8 @@ export default defineComponent({
|
|
toolsCom: null,
|
|
toolsCom: null,
|
|
toolsParams: {
|
|
toolsParams: {
|
|
element: null,
|
|
element: null,
|
|
- position: null
|
|
|
|
|
|
+ position: null,
|
|
|
|
+ select: null
|
|
},
|
|
},
|
|
videoLayout: {
|
|
videoLayout: {
|
|
width: 640,
|
|
width: 640,
|
|
@@ -242,6 +243,8 @@ export default defineComponent({
|
|
// 定位'layerName', 'positionLayer'
|
|
// 定位'layerName', 'positionLayer'
|
|
state.map.getLayers().getArray().filter(v => v.get('layerName') === 'positionLayer')?.[0]?.getSource()?.clear()
|
|
state.map.getLayers().getArray().filter(v => v.get('layerName') === 'positionLayer')?.[0]?.getSource()?.clear()
|
|
clearLocationDom()
|
|
clearLocationDom()
|
|
|
|
+ // 框选清空
|
|
|
|
+ state.toolsParams.select?.clearFunc()
|
|
} else {
|
|
} else {
|
|
state.toolsCom = markRaw(item.com)
|
|
state.toolsCom = markRaw(item.com)
|
|
state.toolsType = (state.toolsType === item.value ? '' : item.value)
|
|
state.toolsType = (state.toolsType === item.value ? '' : item.value)
|