Compare commits
2 Commits
c7831d1d87
...
2f176be8c6
Author | SHA1 | Date | |
---|---|---|---|
2f176be8c6 | |||
1118c5ca60 |
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user