Drawing or editing a polygon (or line)
no effect
Anchor point is removed
Chrome
Did we remove this?
cc @alonsogarciapablo @rochoa
Did we remove this?
I'm not sure if this worked in the previous version of our product, but I'm pretty sure we haven't implement this yet on BUILDER.
Deleting anchor points would be a very appreciated feature. Whether the UX is to double click, hold ALT/CTRL/SHIFT, or a dedicated button wouldn't matter to me, I just need something.
Ping
To add this feature, I think it would be needed to update carto-zera in order to support double click events. I would like to discuss this change with @ivanmalagon @IagoLast and @rjimenezda before continuing with this issue :)
in order to support double click events
LGTM but I think we need to discuss the new events.
We have 2 new cases:
Since we wanted to keep the old wax api you have 2 kinds of events: on and off.
on event is fired when the user clicks or moves the mouse inside a feature while off is fired when the user clicks or moves the mouse outside a feature.
To distinguish between them event.type is used.
IMO we should add a new event.type called dblclick and follow the same pattern.
feel free to ask if you have doubts, but it shouldn't be hard
We are going to implement this again. cc @alonsogarciapablo @csobier
Thank you so so much for pushing this forward. I have three customers who have been struggling with this.
About this issue:
The fix in https://github.com/CartoDB/cartodb.js/pull/2017 adds the feature of deleting an anchor when the geometry is in edit mode, not when it is being created.
When closing this issue, I will open another one to support deleting anchors when creating a geometry.
However, there is a bug (https://github.com/CartoDB/cartodb/issues/13423) when creating a geometry: it does not let you enter in edit mode after saving the geometry unless you refresh the page.
I think we should close this issue with the feature described in point 1, and solve the bug described in 3 before continuing with 2.
What do you think? cc @alonsogarciapablo @ramiroaznar
Works for me.
馃憤
:boom:
BOOM!
Most helpful comment
Thank you so so much for pushing this forward. I have three customers who have been struggling with this.