Opened 16 years ago
Last modified 6 years ago
#412 new enhancement
add bbox check to d.rast
Reported by: | karme | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | 7.6.2 |
Component: | Display | Version: | svn-trunk |
Keywords: | d.rast | Cc: | |
CPU: | Unspecified | Platform: | All |
Description
patch applied
Attachments (2)
Change History (16)
by , 16 years ago
comment:1 by , 16 years ago
Platform: | Unspecified → All |
---|---|
Priority: | major → trivial |
Type: | defect → enhancement |
Version: | unspecified → svn-develbranch6 |
the description should read "patch attached"
comment:2 by , 16 years ago
Replying to karme:
There appear to be a couple of things wrong here:
- It assumes -o (or the lack of -n in 7.0). Without -o or with -n, a raster which doesn't overlap the current region should result in a solid rectangle in the map's null value colour.
- D_cell_draw_setup() is called unconditionally, but D_cell_draw_end() is only called if the raster is visible. These calls must be matched, i.e. either both must be called, or neither.
Apart from that, I would suggest making the patch against 7.0.
comment:4 by , 12 years ago
Milestone: | 6.4.0 → 7.0.0 |
---|---|
Version: | svn-develbranch6 → svn-trunk |
comment:5 by , 11 years ago
Component: | Default → Display |
---|---|
Keywords: | d.rast added |
comment:6 by , 9 years ago
Milestone: | 7.0.0 → 7.0.5 |
---|
comment:8 by , 8 years ago
Milestone: | 7.0.5 → 7.3.0 |
---|
comment:11 by , 6 years ago
Milestone: | 7.4.1 → 7.4.2 |
---|
comment:12 by , 6 years ago
Milestone: | 7.4.2 → 7.6.0 |
---|
All enhancement tickets should be assigned to 7.6 milestone.
Note:
See TracTickets
for help on using tickets.
patch against current 6.4 release branch