GEOLYTIX / xyz

An open source javascript framework for spatial data and application interfaces.
MIT License
87 stars 25 forks source link

Drawing interaction context menu #1212

Closed dbauszus-glx closed 3 weeks ago

dbauszus-glx commented 2 months ago

Add undo last vertex to drawing interaction context menu.

Indicate in the context menu that 'esc' is cancel and 'del' key are associated with the undo action.

dbauszus-glx commented 3 weeks ago

A helpDialog is shown with instructions instead of adding these to the context menu which is only shown on polygons when the drawing is complete.

image