Skip to content

Commit e922c16

Browse files
authored
Remove content label filter for parametric maps (#194)
1 parent 6c77878 commit e922c16

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/viewer.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5099,13 +5099,6 @@ class VolumeImageViewer {
50995099

51005100
const refImage = this[_pyramid].metadata[0]
51015101
const refParametricMap = metadata[0]
5102-
if (refParametricMap.ContentLabel !== 'HEATMAP') {
5103-
console.warn(
5104-
'skip mappings because value of "Content Label" attribute of ' +
5105-
'Parametric Map instances is not "HEATMAP"'
5106-
)
5107-
return
5108-
}
51095102

51105103
metadata.forEach(instance => {
51115104
if (

0 commit comments

Comments
 (0)