Compare commits

..

No commits in common. "2f176be8c61a2bb10c5d5cfd664662c350138a9a" and "c7831d1d87a409074a490b1dd51589a18ee5e817" have entirely different histories.

View File

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