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
It should be possible to avoid returning a drawer when using draw methods.
This would be a useful feature as we end up giving the user a lot of panels to expand / collapse, and especially when you only have a single draw option - all the panel does is add clicks.
In the config below we should allow removing the panel.
e.g.
"draw": {
"point": true
}
Maybe it could be something like this to signify to ignore the panel.
If you had multiple draw methods then you would just return the buttons rather than being within a panel.
"draw": {
"point": true,
"BtnOnly": true
}
Open for discussion this one as need to be clear on requirements before we start it!
Type of Issue
✅ New Feature
The text was updated successfully, but these errors were encountered:
simon-leech
changed the title
Ability to turn draw methods without the drawer panel
Ability to return draw methods without the drawer panel
Nov 18, 2024
simon-leech
added
Feature
New feature requests or changes to the behaviour or look of existing application features.
RFC
Request for Comment or Change.
labels
Nov 18, 2024
This should be more general for all layer view panel. Whether to draw the panel content in a drawer or just add the content to the layer view.
dbauszus-glx
changed the title
Ability to return draw methods without the drawer panel
Layer view panel content without a drawer element, eg. drawing methods.
Dec 20, 2024
Issue Template
Description
It should be possible to avoid returning a
drawer
when usingdraw
methods.This would be a useful feature as we end up giving the user a lot of panels to expand / collapse, and especially when you only have a single draw option - all the panel does is add clicks.
In the config below we should allow removing the panel.
e.g.
Maybe it could be something like this to signify to ignore the panel.
If you had multiple draw methods then you would just return the buttons rather than being within a panel.
Open for discussion this one as need to be clear on requirements before we start it!
Type of Issue
The text was updated successfully, but these errors were encountered: