From c168ed75f31157eec9c6fe3e03bfd7e75a4174e3 Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Tue, 20 Mar 2018 13:17:19 -0700 Subject: [PATCH] Add better descriptions --- src/MissionManager/TransectStyle.SettingsGroup.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/MissionManager/TransectStyle.SettingsGroup.json b/src/MissionManager/TransectStyle.SettingsGroup.json index f1bdf254f..fe86299ea 100644 --- a/src/MissionManager/TransectStyle.SettingsGroup.json +++ b/src/MissionManager/TransectStyle.SettingsGroup.json @@ -37,7 +37,7 @@ }, { "name": "TerrainAdjustTolerance", - "shortDescription": "TerrainAdjustTolerance", + "shortDescription": "If adjacent terrain waypoints are within this tolerence they will be removed.", "type": "double", "decimalPlaces": 2, "min": 0, @@ -46,7 +46,7 @@ }, { "name": "TerrainAdjustMaxClimbRate", - "shortDescription": "TerrainAdjustMaxClimbRate", + "shortDescription": "The maximum climb rate from one waypoint to another when adjusting for terrain. Set to 0 for no max.", "type": "double", "decimalPlaces": 2, "min": 0, @@ -55,7 +55,7 @@ }, { "name": "TerrainAdjustMaxDescentRate", - "shortDescription": "TerrainAdjustMaxDescentRate", + "shortDescription": "The maximum descent rate from one waypoint to another when adjusting for terrain. Set to 0 for no max.", "type": "double", "decimalPlaces": 2, "min": 0, -- 2.22.0