Akaflieg-Freiburg / enroute

A free navigation app for VFR pilots
https://akaflieg-freiburg.github.io/enroute/
GNU General Public License v3.0
100 stars 24 forks source link

transparent setting for bearingless airplanes #427

Closed OdomLinx closed 1 month ago

OdomLinx commented 1 month ago

Is your feature request related to a problem? Please describe. In some airspaces, e.g. RMZ, the map displays are sometimes difficult to recognize for some people in bearingless aircraft

Describe the solution you'd like in file src/qml/items/MFM.qml line 296 change from: opacity: 0.3 to: opacity: 0.1

Describe alternatives you've considered Possibly also adjustable via the menu

Additional context here screenshots for comparison bearingless traffic opacity =0.3 Traffic_opacity_0_3

bearingless traffic opacity =0.1 Traffic_opacity_0_1

bearingless traffic with alert opacity =0.3 Trafficalert_opacity_0_3

bearingless traffic with alert opacity =0.1 Trafficalert_opacity_0_1

kebekus commented 1 month ago

Thank you for the suggestion. We will definitively consider that, but we will need a few days. At the moment our ressources are used 100% by enlarging the infrastructure, to make NOTAMs work reliably again. We will come back to you as soon as we can find the time.

kebekus commented 1 month ago

@OdomLinx Do you want to join the development? We are definitively looking for help!

OdomLinx commented 1 month ago

@OdomLinx Do you want to join the development? We are definitively looking for help!

I'm not the best programmer, I never really got beyond "C++ in 21 days". It's enough to customize a few lines.

kebekus commented 1 month ago

Implemented. The fix will be contained in the next release.

@OdomLinx Thank you for your help! Please keep reporting issues and suggestions for enhancement. Feel free to submit pull requests.