You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the plugin I can find objects from the PlotterWidget to the layer using the MANUAL_CLUSTER_ID.
I would like to also find objects from the layer.selected_data to the PlotterWidget.
For example what are the features of the left part of the annotations.
If this is in the scope of this plugin, I can try to make a PR.
Workaround
If this is out of scope of this plugin, one can use this code to reproduce the described behaviour using point_layer
That's a cool idea that would give the clusters plotter a sort of bi-directionality which could be very helpful. Similar to #104, I would put this feature into 0.9.0 where it should be easier to implement, anyway.
Your code snippet should already be half the work :)
Motivation
Using the plugin I can find objects from the
PlotterWidget
to thelayer
using theMANUAL_CLUSTER_ID
.I would like to also find objects from the
layer.selected_data
to thePlotterWidget
.For example what are the features of the left part of the annotations.
If this is in the scope of this plugin, I can try to make a PR.
Workaround
If this is out of scope of this plugin, one can use this code to reproduce the described behaviour using
point_layer
The text was updated successfully, but these errors were encountered: