Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann Levesque authored and Johann Levesque committed May 21, 2024
1 parent 3ba1396 commit e0c8e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/geoview-core/src/geo/layer/layer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ export class LayerApi {
// If the layer is loaded, continue
if (geoviewLayer) {
// Check and add time slider layer when needed
TimeSliderEventProcessor.checkInitTimeSliderLayerAndApplyFilters(this.mapId, geoviewLayer, layerConfig);
TimeSliderEventProcessor.checkInitTimeSliderLayerAndApplyFilters(this.mapId, layerConfig);
}
}

Expand Down

0 comments on commit e0c8e97

Please sign in to comment.