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
52ece23f
Commit
52ece23f
authored
Nov 28, 2018
by
Guillaume Pasero
Browse files
Merge branch 'qgis-descr-fix' into 'develop'
BUG: missing ComplexImage params in QGis wrapper See merge request
!303
parents
c290ae9b
a286c714
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/Wrappers/QGIS/src/otbQgisDescriptor.cxx
View file @
52ece23f
...
...
@@ -72,6 +72,8 @@ int main(int argc, char* argv[])
parameterTypeToString
[
ParameterType_OutputVectorData
]
=
"QgsProcessingParameterVectorDestination"
;
parameterTypeToString
[
ParameterType_OutputFilename
]
=
"QgsProcessingParameterFileDestination"
;
parameterTypeToString
[
ParameterType_Directory
]
=
"QgsProcessingParameterFile"
;
parameterTypeToString
[
ParameterType_ComplexInputImage
]
=
"QgsProcessingParameterRasterLayer"
;
parameterTypeToString
[
ParameterType_ComplexOutputImage
]
=
"QgsProcessingParameterRasterDestination"
;
// TODO
parameterTypeToString
[
ParameterType_StringList
]
=
"QgsProcessingParameterString"
;
// ListView parameters are treated as plain string (QLineEdit) in qgis processing ui.
...
...
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