Replies: 1 comment
-
polygon比较特殊,用的自定义图元 https://github.com/zouyaoji/vue-cesium/blob/dev/packages/shared/src/PolygonPrimitive.ts,如果你自己需要获取_vcPolylineIndx ,得通过 cesiumObject._vcParent._vcPolylineIndex 拿到。 |
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.
-
VcDrawings裡的mouseEvt,繪制圖形後,polygon與polyline的_vcPolylineIndx是undefined
其他的圖形,點或圖標皆有回傳
Beta Was this translation helpful? Give feedback.
All reactions