We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cadd70 commit 1b48054Copy full SHA for 1b48054
src/layers/trips-layer.ts
@@ -10,7 +10,7 @@ import {
10
LayersList,
11
assert,
12
} from "@deck.gl/core";
13
-import { TripsLayer } from "@deck.gl/geo-layers";
+import { TripsLayer, TripsLayerProps } from "@deck.gl/geo-layers";
14
import * as arrow from "apache-arrow";
15
import * as ga from "@geoarrow/geoarrow-js";
16
import {
@@ -25,7 +25,6 @@ import {
25
} from "./path-layer";
26
import { validateAccessors } from "../utils/validate";
27
import { EXTENSION_NAME } from "../constants";
28
-import { TripsLayerProps } from "@deck.gl/geo-layers";
29
import { computeChunkOffsets } from "../utils/picking";
30
31
/** All properties supported by GeoArrowTripsLayer */
0 commit comments