Skip to content

Commit

Permalink
fix(forcedProperties): add ICatalog forced properties attribute (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeLafreniere18 authored Jan 26, 2021
1 parent 79e2828 commit 1a5b98f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/geo/src/lib/catalog/shared/catalog.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export interface ICatalog {
type?: TypeCatalogStrings;
version?: string;
matrixSet?: string;
forcedProperties?: any[];
requestEncoding?: string;
regFilters?: string[];
groupImpose?: CatalogItemGroup; // only use by ICompositeCatalog object (id and title)
Expand Down

0 comments on commit 1a5b98f

Please sign in to comment.