Aw3998 Add click

develop
Peter Bastiani 2023-12-15 14:00:48 +01:00
parent 31c5e0cb52
commit 1118c5ca60
1 changed files with 1 additions and 0 deletions

View File

@ -192,6 +192,7 @@ export class MapComponent implements OnInit, OnDestroy,AfterViewInit {
}
handleFeatureClick(feature: Feature<Geometry>) {
this.store.dispatch(new mapActions.ClickFeature(feature));
this.clickedFeature.next(feature);
}