On the example page, you have to click the “allow pin position editing” checkbox everytime you want to move a pin.
I would like to be able to move one pin, then another pin, then another pin etc.
If I have a WF that just “allow position editing”, and disables the “image is clicked” event, then I can then achieve this.
But if I add a WF step that write or updates the DB, it stops working after the move position change.
One thing I have noticed, is that is that anytime the “position change” event is triggered, the “image is clicked” event is ALSO triggered. (This doesn’t happen with “marker click” event which only triggers “marker click”)