Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Layer view panel content without a drawer element, eg. drawing methods. #1719

Open
simon-leech opened this issue Nov 18, 2024 · 1 comment
Open
Labels
Feature New feature requests or changes to the behaviour or look of existing application features. RFC Request for Comment or Change.

Comments

@simon-leech
Copy link
Contributor

simon-leech commented Nov 18, 2024

Issue Template

Description

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
@simon-leech 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 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
@dbauszus-glx
Copy link
Member

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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature requests or changes to the behaviour or look of existing application features. RFC Request for Comment or Change.
Projects
None yet
Development

No branches or pull requests

5 participants