diff Applications/StoneWebViewer/WebApplication/index.html @ 1809:79a5838739a6

starting the integration of AnnotationsSceneLayer into Stone Web viewer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 May 2021 18:52:02 +0200
parents 797633f48a9c
children b81775f1b196
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebApplication/index.html	Thu May 20 17:28:16 2021 +0200
+++ b/Applications/StoneWebViewer/WebApplication/index.html	Thu May 20 18:52:02 2021 +0200
@@ -472,6 +472,27 @@
             
             <div class="ng-scope inline-object">
               <button class="wvButton--underline text-center"
+                      data-toggle="tooltip" data-title="Measure length">
+                <i class="fas fa-arrows-alt-h"></i>
+              </button>
+            </div>
+
+            <div class="ng-scope inline-object">
+              <button class="wvButton--underline text-center"
+                      data-toggle="tooltip" data-title="Measure angle">
+                <i class="fas fa-angle-left fa-lg"></i>
+              </button>
+            </div>
+
+            <div class="ng-scope inline-object">
+              <button class="wvButton--underline text-center"
+                      data-toggle="tooltip" data-title="Measure circle">
+                <i class="far fa-circle"></i>
+              </button>
+            </div>
+
+            <div class="ng-scope inline-object">
+              <button class="wvButton--underline text-center"
                       data-toggle="tooltip" data-title="Synchronized browsing"
                       v-bind:class="{ 'active' : synchronizedBrowsing }"
                       v-on:click="synchronizedBrowsing = !synchronizedBrowsing">