UNPKG

xgis-ol

Version:

基于openlayers + ol-ext库进行封装

7 lines (6 loc) 387 B
import { default as BasicTool } from './BasicTool'; import { default as DrawTool, EnumDrawType } from './DrawTool'; import { default as MeasureTool } from './MeasureTool'; import { default as RollSwipe, EnumSwipeType } from './RollSwipe'; import { default as PrintTool } from './PrintTool'; export { BasicTool, MeasureTool, DrawTool, EnumDrawType, RollSwipe, EnumSwipeType, PrintTool };