Portree-Kid / flightgear-airports

GNU General Public License v3.0
6 stars 1 forks source link

Wrong Pushback Holding Point ID persisted #134

Closed BecOzIcan closed 3 years ago

BecOzIcan commented 3 years ago

Expected : Upon File check, FGA should

<parkingList> <Parking index="0" pushBackRoute="113"

Observed :

Example Below at YSSY. Aircrafts leaving Gate T1-33 via pushback should end up the pushback on node 716. The groudnet generated upon check persists pushBackRoute="715"

image

sfrsfrsfr commented 3 years ago

i can confirm this bug. See the recently uploaded groundnet of LOWS. FGA 0.0.26 and 0.0.27 (EDDC) seem to be ok. 0.0.28 as well i think (LIMJ)

BecOzIcan commented 3 years ago

Issue observed again in v0.0.32

image

image

BecOzIcan commented 3 years ago

Something else must be at play

BecOzIcan commented 3 years ago

Investigating

BecOzIcan commented 3 years ago

Also getting duplicated Edges.

BecOzIcan commented 3 years ago

Duplicated Edge errors are real and not picked up by FGA Check

sfrsfrsfr commented 3 years ago

see #139 . the next version will have a search function that allows one to locate duplicates

BecOzIcan commented 3 years ago

Awesome. Thanks for the link

Portree-Kid commented 3 years ago

Yes 0.33 now has a search and a check for double edges.