Skip to content

Commit

Permalink
don't re-add layer to the temporary store
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy authored and nyalldawson committed Feb 1, 2022
1 parent 9090ece commit 7832060
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion python/plugins/processing/algs/gdal/rasterize_over.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,5 @@ def postProcessAlgorithm(self, context, feedback):
continue

l.dataProvider().reloadData()
context.temporaryLayerStore().addMapLayer(l)

return {}
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,5 @@ def postProcessAlgorithm(self, context, feedback):
continue

l.dataProvider().reloadData()
context.temporaryLayerStore().addMapLayer(l)

return {}

0 comments on commit 7832060

Please sign in to comment.