comparison 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
comparison
equal deleted inserted replaced
1808:797633f48a9c 1809:79a5838739a6
468 v-on:click="FlipY()"> 468 v-on:click="FlipY()">
469 <i class="fas fa-exchange-alt fa-rotate-90"></i> 469 <i class="fas fa-exchange-alt fa-rotate-90"></i>
470 </button> 470 </button>
471 </div> 471 </div>
472 472
473 <div class="ng-scope inline-object">
474 <button class="wvButton--underline text-center"
475 data-toggle="tooltip" data-title="Measure length">
476 <i class="fas fa-arrows-alt-h"></i>
477 </button>
478 </div>
479
480 <div class="ng-scope inline-object">
481 <button class="wvButton--underline text-center"
482 data-toggle="tooltip" data-title="Measure angle">
483 <i class="fas fa-angle-left fa-lg"></i>
484 </button>
485 </div>
486
487 <div class="ng-scope inline-object">
488 <button class="wvButton--underline text-center"
489 data-toggle="tooltip" data-title="Measure circle">
490 <i class="far fa-circle"></i>
491 </button>
492 </div>
493
473 <div class="ng-scope inline-object"> 494 <div class="ng-scope inline-object">
474 <button class="wvButton--underline text-center" 495 <button class="wvButton--underline text-center"
475 data-toggle="tooltip" data-title="Synchronized browsing" 496 data-toggle="tooltip" data-title="Synchronized browsing"
476 v-bind:class="{ 'active' : synchronizedBrowsing }" 497 v-bind:class="{ 'active' : synchronizedBrowsing }"
477 v-on:click="synchronizedBrowsing = !synchronizedBrowsing"> 498 v-on:click="synchronizedBrowsing = !synchronizedBrowsing">