Skip to content

Commit

Permalink
Add dtype: 'source' to histogram style parameters when using max-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley committed Oct 3, 2023
1 parent 1611f94 commit 97c22d7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export default Vue.extend({
const mergedStyle = this.maxMergeStyle();
if (mergedStyle.bands.length) {
const simpleMergedStyleString = JSON.stringify({
dtype: 'source',
bands: mergedStyle.bands.map((b) => ({
framedelta: b.framedelta,
band: b.band
Expand Down

0 comments on commit 97c22d7

Please sign in to comment.