zouyaoji / vue-cesium

🎉 Vue 3.x components for CesiumJS.
https://zouyaoji.top/vue-cesium
MIT License
1.47k stars 317 forks source link

[Feature Request] 使用火星科技的 Cesium 库时,如何通过 useVueCesium 函数获取 map实例? #313

Closed caixiaoguang closed 1 year ago

caixiaoguang commented 1 year ago

Existing Component

Yes

Component Name

VcViewer

Description

使用火星科技的 Cesium 库时,VcViewer 的子组件内调用 useVueCesium 函数返回的对象没有 map 实例,请问这个要怎么获取?

zouyaoji commented 1 year ago

目前确实没有设计这一块, 我先想想,后续加一下。再我加之前你先自己在vc-viewer 的 ready 事件中保存一下吧。

zouyaoji commented 1 year ago

验证没问题之后 将在下个版本更新