UNPKG

778 BJavaScriptView Raw
1import Map from './map';
2import BaseLayer from './layer';
3import layerMouseTouchEvents from './layer-events-hoc';
4import GeoJSONLayer from './geojson-layer';
5import Feature from './feature';
6import ZoomControl from './zoom-control';
7import Popup from './popup';
8import ScaleControl from './scale-control';
9import Marker from './marker';
10import Source from './source';
11import Cluster from './cluster';
12import RotationControl from './rotation-control';
13import Image from './image';
14import { withMap, MapContext } from './context';
15var Layer = withMap(layerMouseTouchEvents(BaseLayer));
16export { Feature, Layer, GeoJSONLayer, Map, Popup, ZoomControl, ScaleControl, Marker, Source, Cluster, RotationControl, Image, MapContext };
17export default Map;
18//# sourceMappingURL=index.js.map
\No newline at end of file