Opened 8 years ago
Closed 8 years ago
#3334 closed defect (fixed)
d.legend.vect - symbols missing
Reported by: | pvanbosgeo | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.2.1 |
Component: | Default | Version: | unspecified |
Keywords: | Cc: | ||
CPU: | Unspecified | Platform: | Unspecified |
Description
When trying to save a map with legend as png file, the legend symbols are missing. E.g., I have a vector map with a column RGBcolor with the RGB colors, and a legend file 'legendfile' (see attached):
d.mon start=png width=600 height=450 output=mymap.png d.frame -c frame=map1 at="0,100,30,100" d.vect map=WakeMunicp rgb_column=RGBcolor d.frame -c frame=map2 at="0,100,0,29" d.legend.vect -b at="2,95" title=Municipals input=legendfile d.mon stop=png
The legend symbols are showing, on the other hand, when sending the map to wx monitor.
d.mon start=wx0 d.frame -c frame=map1 at="0,100,30,100" d.vect map=WakeMunicp rgb_column=RGBcolor d.frame -c frame=map2 at="0,100,0,29" d.legend.vect -b at="2,95" title=Municipals input=tmplegendfile d.mon stop=png
Attachments (2)
Change History (6)
by , 8 years ago
Attachment: | Wake_Municp.pack added |
---|
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
It works, thanks! Closing this ticket as fixed.
comment:3 by , 8 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Ticket should be closed when backport is done.
Note:
See TracTickets
for help on using tickets.
example vector layer with RGB column