Mercurial > hg > orthanc-stone
changeset 437:8f7220433b59 am-vsol-upgrade
disable gzip for now
author | am@osimis.io |
---|---|
date | Thu, 06 Dec 2018 16:44:06 +0100 |
parents | 04711a2e12cd |
children | 237160cbb44f |
files | Framework/Radiography/RadiographySceneReader.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Framework/Radiography/RadiographySceneReader.cpp Thu Dec 06 11:53:37 2018 +0100 +++ b/Framework/Radiography/RadiographySceneReader.cpp Thu Dec 06 16:44:06 2018 +0100 @@ -43,7 +43,7 @@ if (jsonLayer["type"].asString() == "dicom") { ReadLayerGeometry(geometry, jsonLayer); - scene_.LoadDicomFrame(orthancApiClient_, jsonLayer["instanceId"].asString(), jsonLayer["frame"].asUInt(), true, &geometry); + scene_.LoadDicomFrame(orthancApiClient_, jsonLayer["instanceId"].asString(), jsonLayer["frame"].asUInt(), false, &geometry); } else if (jsonLayer["type"].asString() == "text") {