UNPKG

bcgis-type

Version:

The SDK is based on Cesium for secondary development of 2, 3D all-in-one WebGis application framework, the framework optimizes the use of Cesium and add some additional features, designed for developers to quickly build WebGis applications.

12 lines (11 loc) 254 B
import DrawTool from "./DrawTool"; import EditTool from "./EditTool"; /** * 注册绘制、编辑、测量工具 * @ignore */ declare const createTools: () => { drawTool: DrawTool; editTool: EditTool; }; export default createTools;