# HG changeset patch # User Sebastien Jodogne # Date 1666935391 -7200 # Node ID 79fdc3b1f031c288d282f8593aa1863d614aad13 # Parent c6272d7bb6d99a6a5372a2e4cac0d55b1cfd1a78 reorder layers diff -r c6272d7bb6d9 -r 79fdc3b1f031 Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp --- a/Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp Thu Oct 27 19:12:29 2022 +0200 +++ b/Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp Fri Oct 28 07:36:31 2022 +0200 @@ -1586,10 +1586,10 @@ private: static const int LAYER_TEXTURE = 0; static const int LAYER_OVERLAY = 1; - static const int LAYER_REFERENCE_LINES = 2; - static const int LAYER_ANNOTATIONS_OSIRIX = 3; - static const int LAYER_ANNOTATIONS_STONE = 4; - static const int LAYER_ORIENTATION_MARKERS = 5; + static const int LAYER_ORIENTATION_MARKERS = 2; + static const int LAYER_REFERENCE_LINES = 3; + static const int LAYER_ANNOTATIONS_OSIRIX = 4; + static const int LAYER_ANNOTATIONS_STONE = 5; class ICommand : public Orthanc::IDynamicObject