-
通过原生Cesium的Selection-Indicator点击加载的GeoJSON后能够在infoBox中显示 还有一个问题,我有多个GeoJSON文件,我利用<div v-for=xxx...创建了多个子组件,这是否是正确的操作?效果上看加载速度非常慢,感觉有点问题。 谢谢! |
Beta Was this translation helpful? Give feedback.
Answered by
zouyaoji
Jul 10, 2022
Replies: 1 comment 4 replies
-
第一个问题: pickEvt 事件的参数中可以拿到。 第二个问题可以看看是网络耗时还是渲染耗时慢。 |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
houluy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
第一个问题:
pickEvt 事件的参数中可以拿到。
e.cesiumObject.properties
第二个问题可以看看是网络耗时还是渲染耗时慢。