Skip to content
Snippets Groups Projects
viewerCmp.template.html 32.4 KiB
Newer Older
        Collapse
      </span>
    </ng-template>
    <ng-template #chevronCollapseTmpl>
      <i class="fas fa-chevron-down"></i>
      <span>
        Explore {{ voiFeatureEntryCmp.totals$ | async }} spatial features
      </span>
    </ng-template>
  </button>
Xiao Gui's avatar
Xiao Gui committed

  <!-- TODO voiBbox directive is used to draw outlines for VOI
  this has been temporarily disabled, since datasource is paginated 
  and how bounding boxes are drawn needs to be reconsidered -->
  
  <!-- <div
    *ngIf="voiSwitch.switchState$ | async"
    voiBbox
    [features]="voiFeatureEntryCmp.features$ | async">

Xiao Gui's avatar
Xiao Gui committed
  </div> -->
  sxplr-sapiviews-core-space-boundingbox
  [sxplr-sapiviews-core-space-boundingbox-atlas]="selectedAtlas$ | async"
  [sxplr-sapiviews-core-space-boundingbox-space]="templateSelected$ | async"
  [sxplr-sapiviews-core-space-boundingbox-spec]="viewerCtx$ | async | nehubaVCtxToBbox"
  #bbox="sxplrSapiViewsCoreSpaceBoundingBox">
</div>