diff --git a/src/app/pages/portal/portal.component.html b/src/app/pages/portal/portal.component.html index 2e451787c..a104898cc 100644 --- a/src/app/pages/portal/portal.component.html +++ b/src/app/pages/portal/portal.component.html @@ -291,7 +291,7 @@ (click)="zoomToSelectedFeatureWks()" > @if ((workspaceState.workspaceSelection$ | async).length > 1) { - + frame_inspect } @else { zoom_in } diff --git a/src/app/pages/portal/portal.component.ts b/src/app/pages/portal/portal.component.ts index 2fa720cc6..4a2c48ecb 100644 --- a/src/app/pages/portal/portal.component.ts +++ b/src/app/pages/portal/portal.component.ts @@ -38,11 +38,6 @@ import { EntityStore, EntityTablePaginatorOptions } from '@igo2/common/entity'; -import { - IconSvg, - IgoIconComponent, - MAGNIFY_SCAN_ICON -} from '@igo2/common/icon'; import { Tool, Toolbox } from '@igo2/common/tool'; import { Widget } from '@igo2/common/widget'; import { @@ -201,8 +196,7 @@ import { WelcomeWindowService } from './welcome-window/welcome-window.service'; TranslateModule, UserButtonComponent, WORKSPACE_DIRECTIVES, - WorkspaceUpdatorDirective, - IgoIconComponent + WorkspaceUpdatorDirective ], providers: [ provideSearch([ @@ -277,8 +271,6 @@ export class PortalComponent implements OnInit, OnDestroy { public homeZoom: number; isTouchScreen: boolean; - magnifyIcon: IconSvg = MAGNIFY_SCAN_ICON; - @ViewChild('mapBrowser', { read: ElementRef, static: true }) mapBrowser: ElementRef; @ViewChild('searchBar', { read: ElementRef, static: true })