From 3c0bece982142e1fa819590f7d0faaba01cb5ba1 Mon Sep 17 00:00:00 2001 From: Willem Dantuma Date: Thu, 13 Feb 2020 09:56:17 +0100 Subject: [PATCH] Fix select feature on hover in list --- .../common-map/src/fm-map/components/map/map.component.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/common-map/src/fm-map/components/map/map.component.html b/projects/common-map/src/fm-map/components/map/map.component.html index 36993d1..fb977d7 100644 --- a/projects/common-map/src/fm-map/components/map/map.component.html +++ b/projects/common-map/src/fm-map/components/map/map.component.html @@ -17,7 +17,8 @@ clearEnabled:clearEnabled$|async, period:period$|async, compassHeading:compassHeading$|async, - styles:styles$|async + styles:styles$|async, + selectedFeature:selectedFeature$|async } as state">