Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
作者大大,您好,我在使用
vc-selection-indicator
时,如果遇到重叠的GeoJSON对象,发现pickEvt
的参数e
只能拿到其中一个对象。如果需要拿到所有选取点位的GeoJSON对象,还是得利用组件方法getPickedFeatures
里的value.features
才可以得到所有被选中的对象。所以想请问作者大大,是不是我使用方法有误?
如下是我的部分代码:
我的GeoJSON对象图片:

pick之后的打印:

Beta Was this translation helpful? Give feedback.
All reactions