Skip to content

Commit fbe1c88

Browse files
committed
Fixed incorrect CFLs for LOWL SIDs
Fixed typos in README
1 parent 6d8426d commit fbe1c88

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Since `DelHel` was developed as an EuroScope plugin, it requires a working insta
4949
By default, `DelHel` only performs some basic validations of flightplans, displaying warnings for potential issues found for each aircraft in your departure list via the [`Flightplan Validation`](#flightplan-validation) tag item. Additionally, flightplan processing and more detailed validations can be triggered manually using the [`Process FPL`](#process-fpl) tag functions.
5050

5151
At the moment, `DelHel` supports the following validations and processing:
52-
- SID validation: ensures FPL has a valid SID fix for the destination airport and runway config as its first waypoint. Upon processing a flightplan, the calculated SID will be confirmed (added to the filed route in the FPL) so any changes to runway configs or different controller setups should have no effect.
52+
- SID validation: ensures FPL has a valid SID fix for the departure airport and runway config as its first waypoint. Upon processing a flightplan, the calculated SID will be confirmed (added to the filed route in the FPL) so any changes to runway configs or different controller setups should have no effect.
5353
- NAP assignment: if available (and [enabled](#toggle-assignment-of-nap-sids)), noise abatement procedure SIDs will be assigned as appropriate based on runway config.
5454
- CFL (**c**leared **f**light **l**evel) validation: verifies correct CFL is set for selected SID. Processing a FPL automatically sets the correct CFL for the calculated SID.
5555
- RWY (**r**un**w**a**y**) validation: displays a warning if a runway assignment has been found in the flightplan as this might influence SID selection.
@@ -65,7 +65,7 @@ At the moment, `DelHel` only adds one (optional) tag item to EuroScope:
6565
#### Flightplan Validation
6666

6767
The `Flightplan Validation` tag item displays the result of the flightplan validation performed by `DelHel` for each aircraft. It contains any warnings or errors the plugin encounters while checking the FPL and is also the suggested column to interact with the `DelHel` [tag functions](#tag-functions).
68-
To safe space, only one indication will be displayed at a time in the order they are encountered during processing, so you might see multiple warnings for a single flightplan while handling it.
68+
To save space, only one indication will be displayed at a time in the order they are encountered during processing, so you might see multiple warnings for a single flightplan while handling it.
6969

7070
The following indications are available:
7171

airports.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@
496496
}
497497
},
498498
"PEROL": {
499-
"cfl": 68000,
499+
"cfl": 6000,
500500
"rwys": {
501501
"08": {
502502
"dep": "PEROL1E"
@@ -507,7 +507,7 @@
507507
}
508508
},
509509
"PETEN": {
510-
"cfl": 68000,
510+
"cfl": 6000,
511511
"rwys": {
512512
"08": {
513513
"dep": "PETEN1E"

0 commit comments

Comments
 (0)