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