@mapgis/webclient-es6-mapboxgl
Version:
33 lines (22 loc) • 760 B
JavaScript
import {ShapeFactory} from './ShapeFactory';
import {ShapeParameters} from './ShapeParameters';
import {Circle as FeatureCircle} from './Circle';
import {Image} from './Image';
import {Label} from './Label';
import {Line as FeatureLine} from './Line';
import {Point} from './Point';
import {Polygon as FeaturePolygon} from './Polygon';
import {Rectangle as FeatureRectangle} from './Rectangle';
import {Sector} from './Sector';
import {Theme as FeatureTheme} from './Theme';
export {ShapeFactory} ;
export {ShapeParameters} ;
export {FeatureCircle} ;
export {Image};
export {Label};
export {FeatureLine};
export {Point} ;
export {FeaturePolygon} ;
export {FeatureRectangle} ;
export {Sector} ;
export {FeatureTheme} ;