Skip to content

Commit

Permalink
Exclude background
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Sharakhov authored and Nikita Sharakhov committed Aug 30, 2022
1 parent 05d4293 commit 8b377b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/layers/MultiscaleImageLayer/MultiscaleImageLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const defaultProps = {
maxRequests: { type: 'number', value: 10, compare: true },
onClick: { type: 'function', value: null, compare: true },
refinementStrategy: { type: 'string', value: null, compare: true },
excludeBackground: { type: 'boolean', value: false, compare: true },
excludeBackground: { type: 'boolean', value: true, compare: true },
extensions: {
type: 'array',
value: [new ColorPaletteExtension()],
Expand Down

0 comments on commit 8b377b6

Please sign in to comment.