* Get cube data array from the cubes layer.
()
| 355 | * Get cube data array from the cubes layer. |
| 356 | */ |
| 357 | getCubeData() { |
| 358 | return getCubes(this.deckgl.props); |
| 359 | } |
| 360 | |
| 361 | /** |
| 362 | * Show guidelines of rendering height/width and center of OrbitView. |
no test coverage detected