xgis-ol
Version:
基于openlayers + ol-ext库进行封装
8 lines (7 loc) • 376 B
TypeScript
import { default as LayerManager } from './LayerManager';
import { default as PrjGridTool } from './PrjGridTool';
import { default as VTLayerTool } from './VTLayerTool';
import { default as DrawFeatureTool } from './DrawFeatureTool';
import { default as XMap } from './XMap';
export * from './Models';
export { XMap, VTLayerTool, PrjGridTool, LayerManager, DrawFeatureTool };