#2546: unable to remove raster map after using it as a mask
-----------------------------------+----------------------------------------
Reporter: martinl | Owner: grass-dev@…
Type: defect | Status: new
Priority: blocker | Milestone: 7.0.0
Component: Raster | Version: svn-trunk
Keywords: mask, remove, reclass | Platform: Linux
Cpu: Unspecified |
-----------------------------------+----------------------------------------
Steps to reproduce this bug:
Even the mask has been removed, it's not possible to remove raster map
`ofoto.alpha`:
{{{
g.remove rast name=ofoto.alpha -f
WARNING: Raster map <ofoto.alpha@OstrovaciceHrbitov> is a base map. Remove
reclassed map <MASK@OstrovaciceHrbitov> first.
}}}
#2546: unable to remove raster map after using it as a mask
-----------------------------------+----------------------------------------
Reporter: martinl | Owner: grass-dev@…
Type: defect | Status: new
Priority: blocker | Milestone: 7.0.0
Component: Raster | Version: svn-trunk
Keywords: mask, remove, reclass | Platform: Linux
Cpu: Unspecified |
-----------------------------------+----------------------------------------
Comment(by pvanbosgeo):
I can confirm this. As mentioned in an email a few days ago, even if the
MASK is removed already, in the
GRASSdb/location/mapset/cell_misc/rastername there is the file
'reclassed_to' which contains the pointer to the MASK. Removing this file
solves the problem.