# HG changeset patch
# User Sebastien Jodogne <s.jodogne@gmail.com>
# Date 1744980225 -7200
# Node ID 639070dba44f4e44dd644ec524e7447f35cb5172
# Parent  3964011ec680aaf68e4a2fc6c753ec2ee26aa87f
uniformization with mainline

diff -r 3964011ec680 -r 639070dba44f Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp
--- a/Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp	Fri Apr 18 14:38:51 2025 +0200
+++ b/Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp	Fri Apr 18 14:43:45 2025 +0200
@@ -1831,11 +1831,11 @@
 private:
   static const int LAYER_TEXTURE = 0;
   static const int LAYER_OVERLAY = 1;
-  static const int LAYER_DEEP_LEARNING = 2;
-  static const int LAYER_ORIENTATION_MARKERS = 3;
-  static const int LAYER_REFERENCE_LINES = 4;
-  static const int LAYER_ANNOTATIONS_OSIRIX = 5;
-  static const int LAYER_ANNOTATIONS_STONE = 6;
+  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;
+  static const int LAYER_DEEP_LEARNING = 6;
 
   
   class ICommand : public Orthanc::IDynamicObject