# HG changeset patch # User Sebastien Jodogne # Date 1667121992 -3600 # Node ID 0aac8f552d89cc9067e133f3fb183bf15863f3ac # Parent b31e494e34c52c1dda58c42a5dc1a0adfc8ebbf1 added pixel probe to the Stone Web viewer toolbar diff -r b31e494e34c5 -r 0aac8f552d89 Applications/StoneWebViewer/WebApplication/app.js --- a/Applications/StoneWebViewer/WebApplication/app.js Sat Oct 29 17:10:21 2022 +0200 +++ b/Applications/StoneWebViewer/WebApplication/app.js Sun Oct 30 10:26:32 2022 +0100 @@ -46,6 +46,7 @@ var MOUSE_TOOL_CREATE_ANGLE = 6; var MOUSE_TOOL_CREATE_CIRCLE = 7; var MOUSE_TOOL_REMOVE_MEASURE = 8; +var MOUSE_TOOL_CREATE_PIXEL_PROBE = 9; function getParameterFromUrl(key) { diff -r b31e494e34c5 -r 0aac8f552d89 Applications/StoneWebViewer/WebApplication/index.html --- a/Applications/StoneWebViewer/WebApplication/index.html Sat Oct 29 17:10:21 2022 +0200 +++ b/Applications/StoneWebViewer/WebApplication/index.html Sun Oct 30 10:26:32 2022 +0100 @@ -528,6 +528,15 @@
+
+ +
+