Skip to content

Commit

Permalink
[processing] better naming for output memory and postgis layers
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Nov 6, 2015
1 parent 11b5092 commit b05fb0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/gui/Postprocessing.py
Expand Up @@ -60,6 +60,7 @@ def handleAlgorithmResults(alg, progress=None, showResults=True):
if isinstance(out, (OutputRaster, OutputVector, OutputTable)):
try:
if out.layer is not None:
out.layer.setLayerName(out.description)
QgsMapLayerRegistry.instance().addMapLayers([out.layer])
else:
if ProcessingConfig.getSetting(
Expand Down

0 comments on commit b05fb0b

Please sign in to comment.