From 1ae7b8fd140f034baee0e9d4e9d86c2702aef5f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Gonz=C3=A1lez=20Mu=C3=B1oz?= Date: Wed, 11 Oct 2023 18:10:19 +0200 Subject: [PATCH] cost-surfaces in inventory with new tiler --- app/layout/projects/show/map/legend/hooks/index.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/layout/projects/show/map/legend/hooks/index.ts b/app/layout/projects/show/map/legend/hooks/index.ts index a7b2fea733..98b8d0dabf 100644 --- a/app/layout/projects/show/map/legend/hooks/index.ts +++ b/app/layout/projects/show/map/legend/hooks/index.ts @@ -60,12 +60,7 @@ export const useCostSurfaceLegend = () => { setLayerSettings({ id, settings: { -<<<<<<< HEAD visibility: id !== costSurfaceId ? false : !layerSettings[costSurfaceId]?.visibility, -======= - visibility: - id !== costSurfaceId ? false : !layerSettings[costSurfaceId]?.visibility || true, ->>>>>>> 18e9b711e (WIP) }, }) );