Skip to content

Commit

Permalink
fix(time-filter): Property params does not exist on type FilterableDa…
Browse files Browse the repository at this point in the history
…taSourceOptions
  • Loading branch information
mbarbeau committed Nov 3, 2017
1 parent 9f35837 commit ec3d4f6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ export interface QueryableDataSource extends DataSource {
getQueryUrl(options: QueryOptions): string;
}

export interface FilterableDataSourceOptions extends DataSourceOptions {
export interface FilterableDataSourceOptions extends DataSourceOptions,
olx.source.ImageWMSOptions {

filterable?: boolean;
timeFilter?: TimeFilterOptions;
}
Expand Down

0 comments on commit ec3d4f6

Please sign in to comment.