0.1.2 • Published 3 years ago

arbor-cesium-drawer v0.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

cesium 地图作业库

基于cesium开发的一个,图形绘制库。目前还在开发过程中。

install

npm install arbor-cesium-drawer

usage

javascript

import Drawer from "arbor-cesium-drawer"

const viewer = new Viewer("dom");
const drawer = new Drawer(viewer);

// interactive drawing point
drawer.startDraw({
	type: "point",
	point: new PointGraphics({
		color: Color.RED,
		// .....
	})
})
// just draw point
drawer.draw({
	type: "point",
	point: new PointGraphics({
		color: Color.RED,
		// .....
	}),
	position: new Cartesian3.fromDegrees(0,0,0);
})

document

coming soon

0.1.2

3 years ago

0.1.1

3 years ago

0.1.1-0

3 years ago

0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.3

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago