UNPKG

xgis-ol

Version:

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

7 lines (6 loc) 430 B
import { OLXMap } from './OLXmap'; import { DrawToolBar, MeasureToolBar, MenuToolBar, SwipeToolBar, ZoomFullBar, ContextMenu } from './MapTools'; import { XMapView } from './XMapView'; import LayerTree from './LayerTree.vue'; import registerMapIconCollection from './IconOffline'; export { OLXMap, XMapView, DrawToolBar, MeasureToolBar, MenuToolBar, SwipeToolBar, ZoomFullBar, ContextMenu, LayerTree, registerMapIconCollection };