From 3ce6842bf14d2597bc0d4e09924d57be946b60a1 Mon Sep 17 00:00:00 2001 From: Tomas Zigo Date: Tue, 30 Aug 2022 20:30:04 +0200 Subject: [PATCH] r.mapcalc.tiled: fix not expose all LOCATION MAPSETS --- src/raster/r.mapcalc.tiled/r.mapcalc.tiled.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/raster/r.mapcalc.tiled/r.mapcalc.tiled.py b/src/raster/r.mapcalc.tiled/r.mapcalc.tiled.py index 681cbb919d..f385a2cebf 100755 --- a/src/raster/r.mapcalc.tiled/r.mapcalc.tiled.py +++ b/src/raster/r.mapcalc.tiled/r.mapcalc.tiled.py @@ -115,9 +115,6 @@ class MyGridModule(GridModule): def patch(self): """Patch the final results.""" bboxes = split_region_tiles(width=self.width, height=self.height) - loc = Location() - mset = loc[self.mset.name] - mset.visible.extend(loc.mapsets()) output_map = self.out_prefix[:] self.out_prefix = "" if self.patch_backend == "RasterRow":