Compare commits

...

2 Commits

Author SHA1 Message Date
Peter Bastiani 2f176be8c6 Merge branch 'develop' of https://git.akkerweb.nl/FarmMaps/FarmMapsLib into develop
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good Details
2023-12-15 14:01:02 +01:00
Peter Bastiani 1118c5ca60 Aw3998 Add click 2023-12-15 14:00:48 +01:00
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);
}