-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathhq.bundle.js
31 lines (30 loc) · 1.17 KB
/
hq.bundle.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
import MapboxLayer from '@deck.gl/mapbox/dist/esm/mapbox-layer';
import { AmbientLight } from '@deck.gl/core/dist/esm/effects/lighting/ambient-light';
import SunLight from '@deck.gl/core/dist/esm/effects/lighting/sun-light';
import LightingEffect from '@deck.gl/core/dist/esm/effects/lighting/lighting-effect';
import ScatterplotLayer from '@deck.gl/layers/dist/esm/scatterplot-layer/scatterplot-layer';
// import SolidPolygonLayer from '@deck.gl/layers/dist/esm/solid-polygon-layer/solid-polygon-layer';
import SimpleMeshLayer from '@deck.gl/mesh-layers/dist/esm/simple-mesh-layer/simple-mesh-layer';
import TruncatedConeGeometry from '@luma.gl/engine/dist/esm/geometries/truncated-cone-geometry';
import SphereGeometry from '@luma.gl/engine/dist/esm/geometries/sphere-geometry';
import polyline from '@mapbox/polyline';
import KDBush from 'kdbush';
import geokdbush from 'geokdbush';
// import circle from '@turf/circle';
import throttle from 'just-throttle';
export {
MapboxLayer,
AmbientLight,
SunLight,
LightingEffect,
ScatterplotLayer,
// SolidPolygonLayer,
SimpleMeshLayer,
SphereGeometry,
TruncatedConeGeometry,
polyline,
KDBush,
geokdbush,
// circle,
throttle,
};