<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>>Helmut ... thank you for your example however I think there is a misunderstanding of what I am trying to do.<br/>
>I am using >GRASS on Linux (on a cluster) and the issue I am experiencing is overlaying two polygon maps (layers in Arc-speak).<br/>
>Points and lines on top of ONE set of polygons works fine as you have shown, however using two or more polygon maps<br/>
>(layers) does not seem to work. I attached an example of what i am trying to achieve: Take for instance a polygon<br/>
>representing Italy and you wanted it colored dark gray, then you want to overlay on top of that an administrative map<br/>
>showing only the areas of Lazio and Liguria colored in blue but no other administrative areas. The result would look<br/>
>like the Italy_sample.png file i attached (I made is using ArcPro as i am not in the office with access to our cluster).<br/>
>This is what is not working using the d.mon=png, d.vect tools. Could you please try something similar and see if it works for you (on linux)?<br/>
<br/>
I'm not on linux, though I think it works there too.<br/>
<br/>
testing here in with winGRASS 7.8.5 and overlaping vector polygon layers by following commands:<br/>
<br/>
---------------<br/>
<br/>
REM start of the batch file<br/>
<br/>
set GRASS_RENDER_IMMEDIATE=png<br/>
set GRASS_RENDER_WIDTH=640<br/>
set GRASS_RENDER_HEIGHT=480<br/>
set GRASS_RENDER_TRANSPARENT=true<br/>
set GRASS_RENDER_TRUECOLOR=true<br/>
set GRASS_RENDER_FILE_COMPRESSION=9<br/>
set GRASS_MESSAGE_FORMAT=plain<br/>
set GRASS_RENDER_FILE_READ=TRUE<br/>
<br/>
g.region vector=x006441899_100_VGD_AT@data<br/>
<br/>
d.vect map=x006441899_100_VGD_AT@data fill_color=192:192:192:255 width=1<br/>
d.vect map=x006441899_100_VGD_BL@data color=0:0:0:255 fill_color=128:255:0:255 width=1<br/>
d.vect map=x006441899_100_VGD_PG@data color=255:0:0:255 fill_color=0:0:255:255 width=2<br/>
<br/>
REM end of the batch file<br/>
<br/>
---------------<br/>
<br/>
see attached file, overlaying several polygones works here.<br/>
<br/>
maybe others can test it on linux.<br/>
<br/>
kind regards<br/>
Helmut</div></div></body></html>