Opened 13 years ago
Closed 8 years ago
#1442 closed defect (fixed)
GRASS 7: d.grid layout suboptimal
Reported by: | neteler | Owned by: | hamish |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.5 |
Component: | Display | Version: | svn-trunk |
Keywords: | d.grid | Cc: | grass-dev@… |
CPU: | x86-64 | Platform: | Linux |
Description (last modified by )
d.grid latitudes are poorly drawn, seen screenshot.
# in latlong g.region n=90 s=-90 w=-180 e=180 d.mon wx0 d.grid 10
Attachments (1)
Change History (10)
by , 13 years ago
Attachment: | bug_grass7_worldgrid10deg.png added |
---|
comment:1 by , 13 years ago
Description: | modified (diff) |
---|
comment:2 by , 11 years ago
Cc: | added |
---|---|
Keywords: | d.grid added |
Owner: | changed from | to
Status: | new → assigned |
follow-up: 4 comment:3 by , 11 years ago
Hi,
is this still the case since the last round of d.grid text placement bug fixes?
Hamish
comment:4 by , 11 years ago
Replying to hamish:
is this still the case since the last round of d.grid text placement bug fixes?
Yes, looks as before.
comment:5 by , 11 years ago
ok, as per ticket subject this is only an issue in trunk, in 6.x all is ok.
Hamish
comment:6 by , 11 years ago
mostly fixed in trunk with r57714.
remaining issues:
- there's some code in plot.c and plotborder.c to pull back the east and southern borders by 1 display pixel, but it's not working right, sometimes (~50%) they are off the edge of the window. I presume it's another +0.5 pixel thing and had a try at fixing it, but no luck. (grid lines too, but if present the border hides those sins)
- geogrid (-g) lines are not clipped to frame (at least with the lines of longitude crossing the western and northern region border). How to make D_line_abs() clipped by the region box? (plot.c line 288)
also it would be nice if latitude and northing text which would cross or exceed the region frame would be clipped to it, or not rendered at all.
Hamish
comment:7 by , 9 years ago
Milestone: | 7.0.0 → 7.0.5 |
---|
comment:8 by , 8 years ago
The last comment is 3 years old. What is the status of this ticket? Probably something what could be done within GSoC 2016?
comment:9 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The main problem was fixed 3 years ago, I don't know how to reproduce the other things. Create a new ticket if necessary.
d.grid text label problems