Skip to content

Commit

Permalink
Reduce max/min left/right offset in sample file
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenAR committed Jan 6, 2025
1 parent 06252cf commit d6e3885
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ The plugin reads the JSON configuration file when the plugin is loaded. For deta

## Screenshot

Inspired by the Norwegian Air Traffic Control System (NATCON).

![image](https://github.com/user-attachments/assets/49e513da-1fa5-4483-8823-f557a293c05a)

The design is inspired by the Norwegian Air Traffic Control System (NATCON).
8 changes: 4 additions & 4 deletions Sample config/ILS_Window_Plugin-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"thresholdAltitude": 657,
"thresholdLatitude": 60.18463723,
"thresholdLongitude": 11.0734543,
"maxOffsetLeft": 10,
"maxOffsetLeft": 3,
"maxOffsetRight": 0.8
},
{
Expand All @@ -42,7 +42,7 @@
"thresholdLatitude": 60.17621990,
"thresholdLongitude": 11.1080420,
"maxOffsetLeft": 0.8,
"maxOffsetRight": 10
"maxOffsetRight": 3
},
{
"title": "GM19L",
Expand All @@ -54,7 +54,7 @@
"thresholdAltitude": 676,
"thresholdLatitude": 60.20101438,
"thresholdLongitude": 11.1222507,
"maxOffsetLeft": 10,
"maxOffsetLeft": 3,
"maxOffsetRight": 0.8
},
{
Expand All @@ -68,7 +68,7 @@
"thresholdLatitude": 60.21552672,
"thresholdLongitude": 11.0912237,
"maxOffsetLeft": 0.8,
"maxOffsetRight": 10
"maxOffsetRight": 3
}
]
}

0 comments on commit d6e3885

Please sign in to comment.