han
han
可以自行去百度申请应用,然后填入新的tok
还有SceneTree.Group,也需要完善
我有同样的需求,需求大概是点的管理吧 我这样解决的 给点增加一个group属性,然后用filter来筛选特定group的图钉 ````javaScript const data = [ { lng: 120.1, lat: 30, height: 500, info: '数据1' }, { lng: 120.2, lat: 30, height: 500, info: '数据2' }, { lng:...
同样的问题
have the same issue set the language to english, but still not work 
> > > > It works on my Mac when setting the locale to Chinese, i don't have a Windows machine to reproduce. > > > > > > >...
解决了,可以使用vite plugin的方式 在vite.config.js中,plugins配置项[]中加入vitePluginEarthsdk