From 311b0d104bc9d9ca7a9a806478faf22bb32377f9 Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Sun, 2 Jul 2017 10:20:08 -0700 Subject: [PATCH] Overlap should not be negative --- src/MissionManager/Survey.SettingsGroup.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/MissionManager/Survey.SettingsGroup.json b/src/MissionManager/Survey.SettingsGroup.json index d29f9231f..5d4ef9c2d 100644 --- a/src/MissionManager/Survey.SettingsGroup.json +++ b/src/MissionManager/Survey.SettingsGroup.json @@ -61,6 +61,7 @@ "shortDescription": "Amount of overlap between images in the forward facing direction.", "type": "double", "decimalPlaces": 0, + "min": 0, "max": 85, "units": "%", "defaultValue": 10 @@ -70,6 +71,7 @@ "shortDescription": "Amount of overlap between images in the side facing direction.", "type": "double", "decimalPlaces": 0, + "min": 0, "max": 85, "units": "%", "defaultValue": 10 -- 2.22.0