<div dir="ltr"><div><div>I have created a .psmap file to create a map in ps format with the cartographic composer. The ps file created is about 35MB.<br><br></div>When using the same .psmap file in in the ps.map function, the ps file created is > 1GB (basically the size of the raster file used for the map.<br><br></div>Any idea what I am doing wrong?<br><br>The psmap file:<br><br># timestamp: 2014-12-07 21:57<br># location: latlon<br># mapset: plantspecies<br># page orientation: Portrait<br># g.region rast=bvmeat_kg@CSIRO2005<br><br>maploc 0.2 0.2 11.8 4.9<br>border n<br><br>paper<br>    width 11.2<br>    height 4.5<br>    left 0.1<br>    right 0.1<br>    bottom 0.1<br>    top 0.1<br>    end<br><br>vareas glbl0@PERMANENT<br>    layer 1<br>    masked n<br>    color 0:0:0<br>    width 0.2<br>    fcolor none<br>    label world_boundaries(PERMANENT)<br>    lpos 1<br>    end<br>raster bvmeat_kg@CSIRO2005<br><br></div>