Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed small bugs while settign rendering styles
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@52 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
  • Loading branch information
volayaf committed Mar 22, 2012
1 parent a7b72be commit a4cd26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sextante/gui/SextantePostprocessing.py
Expand Up @@ -15,7 +15,7 @@ def handleAlgorithmResults(alg):
if isinstance(out, OutputVector):
if out.hidden:
continue
QGisLayers.load(out.value, out.description, alg.crs, RenderingStyles[alg.commandLineName()][out.name])
QGisLayers.load(out.value, out.description, alg.crs, RenderingStyles.getStyle(alg.commandLineName(),out.name))
elif isinstance(out, OutputTable):
pass #TODO*****
else:
Expand Down

0 comments on commit a4cd26e

Please sign in to comment.