Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
j8seangel committed Dec 18, 2023
1 parent 19cf3ef commit 24668e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libs/layer-composer/src/generators/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export * from './heatmap/types'
export * from './heatmap/util'
export * from './heatmap/util/get-time-chunks-interval'
export * from './vessel-events/vessel-events.utils'
export { RulerPointProperties, RULER_INTERACTIVE_LAYER } from './rulers/rulers'
export * from './rulers/rulers'
export { TRACK_HIGHLIGHT_SUFFIX } from './track/track'
export { HEATMAP_COLOR_RAMPS, HEATMAP_COLORS_BY_ID } from './heatmap/colors'
export { rgbaStringToComponents, hexToComponents, rgbaToString } from './heatmap/util/colors'
Expand Down
2 changes: 2 additions & 0 deletions libs/layer-composer/src/generators/rulers/rulers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ import { GeneratorType, RulersGeneratorConfig, Ruler } from '../types'

const COLOR = '#ffaa00'
export const RULER_INTERACTIVE_LAYER = 'points'

type RulerPointPosition = 'start' | 'end'

export type RulerPointProperties = {
id: number
position: RulerPointPosition
Expand Down

0 comments on commit 24668e5

Please sign in to comment.