Skip to content

Commit

Permalink
Add tooltip to reset camera toggle #3877
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMehl committed Feb 3, 2025
1 parent ca44e7c commit 35b67d8
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ <h2>Global Configuration</h2>
<mat-slide-toggle [checked]="hideFlatBuildings$ | async" (change)="handleHideFlatBuildingsChanged($event)">
Hide Flattened Buildings
</mat-slide-toggle>
<mat-slide-toggle [checked]="resetCameraIfNewFileIsLoaded$ | async" (change)="handleResetCameraIfNewFileIsLoadedChanged($event)">
Reset camera when map layout changes
<mat-slide-toggle [checked]="resetCameraIfNewFileIsLoaded$ | async" (change)="handleResetCameraIfNewFileIsLoadedChanged($event)"
title="The camera is reset to the default position when any change in the map layout is made. Layout changes could be area changes, file changes, layout algorithm changes, focussing, excluding etc.">
Reset camera when map layout changes <i class="fa fa-info-circle"></i>
</mat-slide-toggle>
<mat-slide-toggle [checked]="isWhiteBackground$ | async" (change)="handleIsWhiteBackgroundChanged($event)">
White Background
Expand Down

0 comments on commit 35b67d8

Please sign in to comment.