UNPKG

@web-map-service/map2d-app

Version:

基于openlayer的2D地图应用

11 lines 683 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'