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

Add UI for configurating attributes required for certain features when creating them #275

Open
kb173 opened this issue Mar 17, 2022 · 3 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@kb173
Copy link
Member

kb173 commented Mar 17, 2022

Currently, creating a new wind turbine is limited: its height and diameter are at "0" since these attributes are not set anywhere. We need an UI for configurating such values depending on the RenderInfo.

We can get these attribute names from the RenderInfo classes: for example, the WindTurbineRenderInfo has the required height_attribute_name and diameter_attribute_name. However, these are technically identical to other variables such as the ground_height_layer, so we need some way of differentiating attributes from other things. (All variables do end in _attribute_name, but that seems like a very volatile way of checking for them...)

@kb173 kb173 added bug Something isn't working enhancement New feature or request labels Mar 17, 2022
kb173 added a commit that referenced this issue Mar 17, 2022
@MathiasBaumgartinger
Copy link
Contributor

Heavily related with #249

@kb173
Copy link
Member Author

kb173 commented Feb 13, 2023

"creating a feature" here refers to clicking into the landscape / minimap and instantiating a new object (or other feature) within the currently selected GeoLayer

@kb173
Copy link
Member Author

kb173 commented Dec 20, 2023

The implementation for #333 should go hand in hand with this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants