mirror of
https://github.com/ethan-zf/cesium-plot-js.git
synced 2025-06-24 19:47:29 +00:00
12 lines
139 B
TypeScript
12 lines
139 B
TypeScript
![]() |
export default class CesiumPlot{
|
||
|
constructor(){
|
||
|
console.log('init')
|
||
|
}
|
||
|
|
||
|
draw(type,style){
|
||
|
|
||
|
}
|
||
|
clear(){}
|
||
|
|
||
|
|
||
|
}
|