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
cd124f8d
Commit
cd124f8d
authored
Jan 06, 2021
by
Cédric Traizet
Browse files
Merge branch 'fix_extractroi' into 'develop'
ENH: Improve QGIS interface for ExtractROI application See merge request
!767
parents
38a331b7
e0bc4164
Pipeline
#6518
passed with stages
in 13 minutes and 14 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Modules/Applications/AppImageUtils/app/otbExtractROI.cxx
View file @
cd124f8d
...
...
@@ -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