Browse Source

Overlap should not be negative

QGC4.4
DonLakeFlyer 8 years ago
parent
commit
311b0d104b
  1. 2
      src/MissionManager/Survey.SettingsGroup.json

2
src/MissionManager/Survey.SettingsGroup.json

@ -61,6 +61,7 @@ @@ -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 @@ @@ -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

Loading…
Cancel
Save