From cf50194ca20f85cbcef2f21fb744da70285ab8aa Mon Sep 17 00:00:00 2001 From: Mohamed Hamou Date: Fri, 11 Oct 2024 15:56:22 +0200 Subject: [PATCH] Remove mapsources intput --- src/app/components/arlas-wui-root/arlas-wui-root.component.html | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/components/arlas-wui-root/arlas-wui-root.component.html b/src/app/components/arlas-wui-root/arlas-wui-root.component.html index a1efc898..14d0325b 100644 --- a/src/app/components/arlas-wui-root/arlas-wui-root.component.html +++ b/src/app/components/arlas-wui-root/arlas-wui-root.component.html @@ -133,7 +133,6 @@ [displayCurrentCoordinates]="mapComponentConfig?.displayCurrentCoordinates" [maxWidthScale]="mapComponentConfig?.maxWidthScale" [unitScale]="mapComponentConfig?.unitScale" [idFeatureField]="mapComponentConfig?.idFieldName" [mapLayers]="mapComponentConfig?.mapLayers" - [mapSources]="mapComponentConfig?.mapSources" [featureToHightLight]="featureToHightLight" [featuresToSelect]="featuresToSelect" [boundsToFit]="visualizeService.fitbounds" [drawPolygonVerticesLimit]="nbVerticesLimit" [drawButtonEnabled]="false" [mapAttributionPosition]="mapAttributionPosition"