Skip to content

Commit

Permalink
Add VFR to IFR on top quick reference
Browse files Browse the repository at this point in the history
Fixes #1365
  • Loading branch information
neilenns committed Oct 21, 2024
1 parent 8ddea91 commit d5a4fe9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions server/scripts/add_quickreference.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ use("plan-verifier");
db.quickreferences.deleteMany({});

db.quickreferences.insertMany([
{
key: "vfrontop",
label: "VFR to IFR on top",
markdown: `# VFR to IFR on top
> N1234, Portland Tower. Cleared to BTG VOR via the PTLD2 departure.
> Climb to and report reaching VFR on top.
> If not on top at {altitude} maintain {altitude} and advise.
> Departure frequency 124.350, squawk 5542.
`,
},
{
key: "pearson",
label: "Pearson advisory",
Expand Down

0 comments on commit d5a4fe9

Please sign in to comment.