-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use VizDataset data type for block map, set a default value for inter…
…active (#1006) **Related Ticket:** Kind of related to #905 ? We would still need to revisit 'compare' - but I think we can deprecate it soon? ### Description of Changes - Make BlockMap use the new type `VizDataset.` - Simplify some redundant logic (ex. `resolveConfig` now happens at the layer level, so I don't think we need to do it on block map level) - While working on it, I realized that a new flag, `interactive,` blocks the interaction such as dragging to pan - I set the default value as `true` (which was an implicit value before.)
- Loading branch information
Showing
2 changed files
with
72 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters