Skip to content

Commit

Permalink
Export TripsLayerProps through geo-layer (visgl#8175)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Oct 10, 2023
1 parent c51d437 commit e0c4533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/geo-layers/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export type {H3HexagonLayerProps} from './h3-layers/h3-hexagon-layer';
export type {GreatCircleLayerProps} from './great-circle-layer/great-circle-layer';
export type {S2LayerProps} from './s2-layer/s2-layer';
export type {TileLayerProps} from './tile-layer/tile-layer';
export type {TripsLayerProps} from './trips-layer/trips-layer';
export type {QuadkeyLayerProps} from './quadkey-layer/quadkey-layer';
// TODO v9 layers that depend on luma glTF code
// export type {TerrainLayerProps} from './terrain-layer/terrain-layer';
Expand Down

0 comments on commit e0c4533

Please sign in to comment.