Skip to content

Fixing the damn protocol. pt. 3

Adam Bajger requested to merge fix/shader-protocol-3 into master

I have:

  • Changed the protocol to be set for BG and for visualization separately
  • Created a constant for the protocol setting string
  • Fixed tests for non-tif layer protocol checking

It turned out that the protocol itself does not fix the issue (as I previously thought). The images are being requested by their path from the xopat server instead of the ImageServer, but the xOpat does not seem to bother to serve them. I will have to reconsult this functionality with Jirka... We really do need a more universal ImageServer QUICKLY.

Merge request reports