Uncaught TypeError: Cannot read properties of null (reading 'x') at Coordinate.Position (maptalks.js:311:27) at new Coordinate (maptalks.js:6010:24) at ThreeLayer.coordinateToVector3 (index.ts:190:26) at getLinePosition (LineUtil.ts:45:32) at getExtrudeLineParams (LineUtil.ts:184:23) at ExtrudeLineTrail._animation (ExtrudeLineTrail.ts:176:21) at ThreeLayer._callbackBaseObjectAnimation (index.ts:1224:28) at ThreeRenderer.renderScene (index.ts:1379:20) at ThreeLayer.renderScene (index.ts:685:22) at ThreeLayer.draw (index.ts:164:14) P
demo文件夹里的bloom.html示例,如果将206行的,
threeLayer.toExtrudeLineTrail
里的speed
设置为小于1的数值时报错,Uncaught TypeError: Cannot read properties of null (reading 'x') at Coordinate.Position (maptalks.js:311:27) at new Coordinate (maptalks.js:6010:24) at ThreeLayer.coordinateToVector3 (index.ts:190:26) at getLinePosition (LineUtil.ts:45:32) at getExtrudeLineParams (LineUtil.ts:184:23) at ExtrudeLineTrail._animation (ExtrudeLineTrail.ts:176:21) at ThreeLayer._callbackBaseObjectAnimation (index.ts:1224:28) at ThreeRenderer.renderScene (index.ts:1379:20) at ThreeLayer.renderScene (index.ts:685:22) at ThreeLayer.draw (index.ts:164:14) P