changeset 1963:79fdc3b1f031

reorder layers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 28 Oct 2022 07:36:31 +0200
parents c6272d7bb6d9
children 2034ae383cfd f75fbcc0e486
files Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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