Opened 10 years ago
Closed 6 years ago
#2366 closed defect (fixed)
t.rast.to.rast3 null_map should respect type of input maps
Reported by: | annakrat | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.7 |
Component: | Temporal | Version: | svn-trunk |
Keywords: | Cc: | ||
CPU: | Unspecified | Platform: | All |
Description
When there are gaps in strds, t.rast.to.rast3 creates null maps using r.mapcalc, however these are always of type CELL. So when other maps are of different type, r.to.rast3 fails (r.to.rast3 accepts only maps of one type). I attached patch to fix this but feel free to change it.
Attachments (1)
Change History (5)
by , 10 years ago
Attachment: | t.rast.to.rast3.diff added |
---|
comment:1 by , 9 years ago
Milestone: | 7.0.0 → 7.0.5 |
---|
comment:2 by , 8 years ago
Milestone: | 7.0.5 → 7.0.6 |
---|
comment:3 by , 7 years ago
Milestone: | 7.0.6 → 7.0.7 |
---|
Note:
See TracTickets
for help on using tickets.
patch