UNPKG

@web-map-service/map2d-app

Version:

基于openlayer的2D地图应用

12 lines (11 loc) 685 B
export { createPlugin as createToolPlugin, closeTools } from './tool'; export { createPlugin as createMeasurePlugin } from './measure'; export { createPlugin as createDrawPlugin } from './draw'; export { createPlugin as createSelectPlugin } from './select'; export { createPlugin as createMovePlugin } from './move'; export { createPlugin as createModifyPlugin } from './modify'; export { createPlugin as createEditPlugin } from './edit'; export { createPlugin as createHistoryPlugin } from './history'; export { createPlugin as createEventPlugin } from './event'; export { createPlugin as createScalePlugin } from './scale'; export { createPlugin as createRankPlugin } from './rank';