diff --git a/projects/common-map/src/fm-map/components/map/map.component.ts b/projects/common-map/src/fm-map/components/map/map.component.ts index 692ae43..a3f3b04 100644 --- a/projects/common-map/src/fm-map/components/map/map.component.ts +++ b/projects/common-map/src/fm-map/components/map/map.component.ts @@ -192,6 +192,7 @@ export class MapComponent implements OnInit, OnDestroy,AfterViewInit { } handleFeatureClick(feature: Feature) { + this.store.dispatch(new mapActions.ClickFeature(feature)); this.clickedFeature.next(feature); }