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
Hello, I need a mutliselect / box select for the vertex / helper-marker of the layers in the Edit Mode. This would allow you to select multiple vertices and then move them around or even delete them etc.
I didn't find any feature that is currently able to provide that functionality. So, I was thinking of extending geoman myself.
Before going in too deep, did I miss anything? Is there an existing feature request or even, does this functionality already exist?
If not, I was wondering, if you could give me some guidance. Creating the selection box (similar to the leaflet box zoom feature) and checking which markers it contains should be easy.
What troubles me is:
Where in the source code are the helper-markers controlled (visibility, click-, drag-, move-interactions, connection to the actual layer coordinates)?
Is there a similar way to getGeomanLayers or L.PM.Utils.findLayers to get these markers?
Hopefully, my questions aren't too silly.
The text was updated successfully, but these errors were encountered:
vanHekthor
changed the title
Mutliselect / box select for vertex / helper-marker in Edit Mode
Mutliselect / box select for vertex / helper-markers in Edit Mode
Apr 5, 2024
Hello, I need a mutliselect / box select for the vertex / helper-marker of the layers in the Edit Mode. This would allow you to select multiple vertices and then move them around or even delete them etc.
I didn't find any feature that is currently able to provide that functionality. So, I was thinking of extending geoman myself.
Before going in too deep, did I miss anything? Is there an existing feature request or even, does this functionality already exist?
If not, I was wondering, if you could give me some guidance. Creating the selection box (similar to the leaflet box zoom feature) and checking which markers it contains should be easy.
What troubles me is:
getGeomanLayers
orL.PM.Utils.findLayers
to get these markers?Hopefully, my questions aren't too silly.
The text was updated successfully, but these errors were encountered: