Added extended unit settings
Added some code to enable the user to configure unit selection in a more detailed fashion. you can now select either metric or imperial, or both, and even set which one of those should be displayed first.
This commit is contained in:
parent
ab8c4db85b
commit
a531327533
4 changed files with 178 additions and 116 deletions
|
|
@ -8,9 +8,12 @@
|
|||
// -- Output Settings -------------------------------------
|
||||
// Show metric values
|
||||
// This controls the units used in the plane table,
|
||||
// and whether metric or imperial units are shown first
|
||||
// in the detailed plane info.
|
||||
Metric = false; // true or false
|
||||
// You can choose to enable Metric or Imperial or both.
|
||||
// If you enable both, by setting PreferMetric to either true or false,
|
||||
// you control which unit is displayed first.
|
||||
PreferMetric = true;
|
||||
EnableMetric = true;
|
||||
EnableImperial = false;
|
||||
|
||||
// -- Map settings ----------------------------------------
|
||||
// These settings are overridden by any position information
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue