Skip to content

Commit

Permalink
Merge pull request #217 from akhuoa/feature/connectivity-graph
Browse files Browse the repository at this point in the history
Disable zoom on connectivity highlight
  • Loading branch information
alan-wu authored Jan 7, 2025
2 parents e40f7c9 + 4d42bf8 commit fb49858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FlatmapVuer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1808,7 +1808,7 @@ export default {
}
// highlight all available features
this.mapImp.zoomToFeatures(featuresToHighlight, { noZoomIn: true });
this.mapImp.selectFeatures(featuresToHighlight);
}
},
emitConnectivityGraphError: function (errorData) {
Expand Down

0 comments on commit fb49858

Please sign in to comment.