Opened 14 years ago
Closed 8 years ago
#1242 closed defect (fixed)
vector fills and line widths not displaying in latlon regions
Reported by: | cmbarton | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.5 |
Component: | Display | Version: | svn-trunk |
Keywords: | vector, display, d.vect, d.northarrow, cartography, gsoc2016 | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
GRASS trunk svn updated today (16 Dec. 2010). Symbol fills do not display and changing line width has no effect. This all works fine in a non-latlon region.
Line colors and symbol size works OK in all.
Michael
Attachments (2)
Change History (30)
comment:1 by , 14 years ago
Component: | Default → Vector |
---|---|
Keywords: | vector display d.vect added |
comment:2 by , 14 years ago
Component: | Vector → Display |
---|
comment:3 by , 11 years ago
Keywords: | vector display d.vect → vector, display, d.vect |
---|---|
Priority: | normal → critical |
comment:4 by , 10 years ago
I would test that but I don't understand what to try and what should I look for. Line width for vectors works for me (d.vect
's width
option). Running from GUI (with cairo driver I think).
follow-up: 6 comment:5 by , 10 years ago
I just tested with GRASS 7.1 and it works fine on a set of points in a latlon region.
There is still a problem with north arrows, but I don't know if that is related or not. The arrow now looks OK, but it is still double.
comment:6 by , 10 years ago
Replying to cmbarton:
I just tested with GRASS 7.1 and it works fine on a set of points in a latlon region.
There is still a problem with north arrows, but I don't know if that is related or not. The arrow now looks OK, but it is still double.
Tested with r62902 everything is working, could we close this ticket?
follow-up: 8 comment:7 by , 10 years ago
Are the north arrows working? Last time I checked, they are still rendering as multiples. I have not tested this update from yesterday however.
Michael
by , 10 years ago
Attachment: | ticket_1242.png added |
---|
comment:8 by , 10 years ago
Replying to cmbarton:
Are the north arrows working? Last time I checked, they are still rendering as multiples. I have not tested this update from yesterday however.
Michael
Yes, everything is working for me. Please see the attachment
by , 10 years ago
Attachment: | double_north_arrow.jpg added |
---|
screenshot of double north arrow from GRASS trunk r62850
comment:9 by , 10 years ago
But did you try dragging the north arrow to the left to see if there is a duplicate? See the attached screenshot from version 62850.
Michael
comment:10 by , 10 years ago
I can confirm the duplication (or multiplication) of the north arrow. Here's a video showing the issue.
comment:11 by , 10 years ago
Thanks Moritz. At least people don't think I'm crazy now (at least not in this case). Also, it's good to know that it's not just a Mac issue.
Michael
comment:13 by , 9 years ago
Component: | Display → wxGUI |
---|---|
Milestone: | 7.0.0 → 7.0.3 |
I just tested with today's trunk version and relbranch70, the problem of the "replicated" north arrow in LatLong locations is still there. However, setting the vector line width works.
Tested on Fedora 23, with Python: 2.7.10 and wxPython: 3.0.2.0.
comment:14 by , 9 years ago
Component: | wxGUI → Display |
---|---|
Keywords: | d.northarrow added |
comment:15 by , 9 years ago
Priority: | critical → normal |
---|
comment:18 by , 9 years ago
Keywords: | cartography gsoc2016 added |
---|---|
Milestone: | 7.0.4 → 7.0.5 |
comment:21 by , 8 years ago
comment:22 by , 8 years ago
I'll recompile when I get back to the office next week and let you know. Thanks for fixing this.
Michael
comment:24 by , 8 years ago
comment:25 by , 8 years ago
I can confirm that these are all fixed in GRASS trunk r68543. No multiple north arrows, vector area fills and borders behave properly. Thanks much!
Michael
comment:28 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Hi,
current status:
D_line_width() is not working in trunk for any projection type. tested: d.vect, d.grid, d.northarrow
symbol fill color is not working with lat/lon locations in trunk + d.vect, but it works ok in projected (spearfish) locations, and also from d.northarrow both in lat/lon and projected loc'ns.
In lat/lon locations d.northarrow is showing horizontal duplication of polyline-strings but not duplication of fill-areas for symbols. (I though we fixed that bug a year or two ago?) test region for this was not global or near the dateline.
Hamish