[GRASS-dev] [GRASS GIS] #3334: d.legend.vect - symbols missing
GRASS GIS
trac at osgeo.org
Mon Apr 17 08:07:54 PDT 2017
#3334: d.legend.vect - symbols missing
-------------------------+-------------------------
Reporter: pvanbosgeo | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.2.1
Component: Default | Version: unspecified
Keywords: | CPU: Unspecified
Platform: Unspecified |
-------------------------+-------------------------
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
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3334>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list