Skip to content

Commit

Permalink
[otb] need to specify vector layer type
Browse files Browse the repository at this point in the history
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@90 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
  • Loading branch information
julien.malik@gmail.com committed Apr 13, 2012
1 parent 8bedb13 commit edced63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sextante/otb/helper/generate_application_descriptors.py
Expand Up @@ -220,6 +220,9 @@ def generate_parameter_InputVectorData( appInstance, paramKey ):
out += convertendl(appInstance.GetParameterName(paramKey))
out += "|"

out += "-1"
out += "|"

out += str(not appInstance.IsMandatory(paramKey))

return out
Expand Down

0 comments on commit edced63

Please sign in to comment.