UNPKG

gmap-ol

Version:

A set of helper classes for working with openLayers.

14 lines (12 loc) 535 B
/* * @Author: xuhongling * @Date: 2022-08-19 08:28:33 * @Last Modified by: xuhongling * @Last Modified time: 2022-09-06 16:25:08 */ import exportMapToImage from './exportMapToImage'; import pickFeaturesByName from './pickFeaturesByName'; import pickFeaturesPopover from './pickFeaturesPopover'; import boxSelectionFeatures from './boxSelectionFeatures'; import zoomToFitExtent from './zoomToFitExtent'; export { exportMapToImage, pickFeaturesByName, pickFeaturesPopover, boxSelectionFeatures, zoomToFitExtent };