| | |
| | | <div style="height: 50px; line-height: 50px; border-bottom: 1px solid #4f4f4f; font-weight: 450;"> |
| | | <a-row> |
| | | <a-col :span="1"></a-col> |
| | | <a-col :span="22">Annotations</a-col> |
| | | <a-col :span="22">标注</a-col> |
| | | <a-col :span="1"></a-col> |
| | | </a-row> |
| | | </div> |
| | |
| | | /> |
| | | </div> |
| | | <a-drawer |
| | | title="Map Element" |
| | | title="地图元素" |
| | | placement="right" |
| | | :closable="true" |
| | | v-model:visible="visible" |
| | |
| | | |
| | | const root = getRoot() |
| | | const store = useMyStore() |
| | | let useGMapCoverHook = useGMapCover(store) |
| | | console.log('store', store) |
| | | const useGMapCoverHook = useGMapCover(store) |
| | | const mapLayers = ref(store.state.Layers) |
| | | const checkedKeys = ref<string[]>([]) |
| | | const selectedKeys = ref<string[]>([]) |
| | |
| | | async function getAllElement () { |
| | | getElementGroups('init') |
| | | setTimeout(() => { |
| | | useGMapCoverHook = useGMapCover() |
| | | // useGMapCoverHook = useGMapCover() |
| | | initMapCover() |
| | | }, 1000) |
| | | } |