e.stopPropagation()}>
PAGE MENU
{item('INVERT FLIGHT PLAN', () => xp.fp.set({ name: 'ACTIVE', waypoints: wps.slice().reverse(), activeLeg: 1 }), wps.length < 2)}
{item('STORE FLIGHT PLAN', () => xp.fp.export('WEBFPL'), wps.length < 2)}
{item('DELETE FLIGHT PLAN', () => xp.fp.clear(), wps.length < 1)}
{item('CANCEL', () => {})}