Skip to content

Commit b05fb0b

Browse files
committedNov 6, 2015
[processing] better naming for output memory and postgis layers
1 parent 11b5092 commit b05fb0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎python/plugins/processing/gui/Postprocessing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def handleAlgorithmResults(alg, progress=None, showResults=True):
6060
if isinstance(out, (OutputRaster, OutputVector, OutputTable)):
6161
try:
6262
if out.layer is not None:
63+
out.layer.setLayerName(out.description)
6364
QgsMapLayerRegistry.instance().addMapLayers([out.layer])
6465
else:
6566
if ProcessingConfig.getSetting(

0 commit comments

Comments
 (0)
Please sign in to comment.