Gameagle / vSID

vSID is a small plugin for Euroscope which helps / automates in setting SIDs in flightplans
GNU General Public License v3.0
0 stars 1 forks source link

"pilotfiled": 1 seems to overrule WTC and engine count restrictions #84

Closed Phil061995 closed 7 months ago

Phil7789 commented 8 months ago

Not a bug, currently works as intended. Can be looked into.

Phil061995 commented 7 months ago

grafik

Current workaround that works:

"W1": { "rwy": "25C", "initial": 7000, "climbvia": true, "prio": 3, "pilotfiled": true, "wtc": "LMJ" }, "W2": { "rwy": "25C", "initial": 7000, "climbvia": true, "prio": 3, "pilotfiled": true, "wtc": "H", "engineCount": 4 }

grafik

That is intended to work so?

Phil7789 commented 7 months ago

Negative, now considered a bug. Reason is that pilotfiled Sids ignore prios.

In the above case 'W' comes after 'G' which overwrites G. No workaround needed, needs to be addressed.

New way would be: Check for prio and only accept if prio is higher.