aliaksei135 / seedpod_ground_risk

Ground Risk model for UAS flight path analysis and risk-aware path finding
MIT License
6 stars 2 forks source link

Reaper unable to be chosen #80

Closed Zach10a closed 2 years ago

Zach10a commented 2 years ago

Addition of the dummy variable at the top of the aircraft list has caused the bottom item on the list to not be able to be chosen.

Zach10a commented 2 years ago

159 in add_layer_wizard.py

aliaksei135 commented 2 years ago

A commonly used setting, not sure how we've gone this long without noticing...

aliaksei135 commented 2 years ago

But realistically this could be happening on all the other dropdowns as well, so that should be checked

Zach10a commented 2 years ago

It's not happening on any others, just this one. It's due to the dummy variable being added in, a very easy fix as it just involves adding 1 to the index that is fed back.

aliaksei135 commented 2 years ago

Closed by #83