Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
e0bc4164
Commit
e0bc4164
authored
Nov 23, 2020
by
Julien Cabieces
Browse files
ENH: make ExtractRoi fit.im/fit.vec non mandatory has default so QGIS
could use it
parent
b8367b7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/Applications/AppImageUtils/app/otbExtractROI.cxx
View file @
e0bc4164
...
...
@@ -114,6 +114,11 @@ private:
"The extent of the input vector file is computed and then "
"gives a region of interest that will be extracted."
);
// These parameters need to be set as non mandatory so they don't have to be selected both in QGIS
// Mandatory states will be updated later in DoUpdateParameters method
MandatoryOff
(
"mode.fit.im"
);
MandatoryOff
(
"mode.fit.vect"
);
// Extent mode: ROI is computed with two point (upper left and lower left corners)
AddChoice
(
"mode.extent"
,
"Extent"
);
SetParameterDescription
(
"mode.extent"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment