xgis-ol
Version:
基于openlayers + ol-ext库进行封装
7 lines (6 loc) • 320 B
TypeScript
import BasicTool from './BasicTool';
import DrawTool, { EnumDrawType } from './DrawTool';
import MeasureTool from './MeasureTool';
import RollSwipe, { EnumSwipeType } from './RollSwipe';
import PrintTool from './PrintTool';
export { BasicTool, MeasureTool, DrawTool, EnumDrawType, RollSwipe, EnumSwipeType, PrintTool };