File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
components/visualizations/WSI Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ config["eventListenerJobStatus"]["skipped"] = "SKIPPED";
8888config [ "eventListenerJobStatus" ] [ "resubmitted" ] = "RESUBMITTED" ;
8989
9090config [ "streamingBytes" ] = 1024 * 10 ; // 10 MB?
91- config [ "rawDataVisualizationThreshold" ] = 1024 * 1024 * 1024 ; // 1 GB
91+ config [ "rawDataVisualizationThreshold" ] = 1024 * 1024 * 10 ; // 10 MB
9292
9393config [ "defaultDatasetPerPage" ] = 12 ;
9494config [ "defaultFolderFilePerPage" ] = 5 ;
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export default function WSI(props: WSIProps) {
2222
2323 const config = {
2424 annotation : {
25- adapter : ( canvasId ) =>
25+ adapter : ( canvasId : string ) =>
2626 new LocalStorageAdapter ( `localStorage://?canvasId=${ canvasId } ` ) ,
2727 } ,
2828 id : "mirador-container" ,
Original file line number Diff line number Diff line change 1212 "visConfig" : {
1313 "name" : " WSI" ,
1414 "mainType" : " image" ,
15- "mimeTypes" : [" image/tiff " ],
15+ "mimeTypes" : [" application/octet-stream " ],
1616 "fields" : []
1717 }
1818}
You can’t perform that action at this time.
0 commit comments