Jacek wrote:
Hi,
I've tried to copy the flight plan from flightaware.com to FSBuild and some of the way points are not being recognized, why is it? Are these geographical locations that FSB doesn't recognize?
KORD BAE GEP J36 FAR VLN REFEX YWV 5600N 12000W ELTEX NCA10 YAK J501 JOH AMOTT VIDDA J501 BET NANZA R220 NOLTI R220 NATES R220 NOGAL R220 NANAC Y810 FACER Y811 ABBOT WOSSES RJAA
Each route item should to be one single string no spaces in between. So if you have a lat/lon value that has two parts make them one string
by putting a slash between them.
5600N is a valid code for lat/lon value by itself meaning 56N 00E
If you want those 2 items to be interpreted as a single lat/lon, you'll need to put a slash between them so Fsbuild treats them as one item
not two.
5600N/12000W
Regards.
Ernie.