[GRASS-dev] [GRASS GIS] #876: new option for ps.map border

#876: new option for ps.map border
-------------------------------+--------------------------------------------
Reporter: vincent | Owner: grass-dev@lists.osgeo.org
     Type: enhancement | Status: new
Priority: normal | Milestone: 6.4.0
Component: ps.map | Version: svn-develbranch6
Keywords: background,border | Platform: All
      Cpu: All |
-------------------------------+--------------------------------------------
It would be nice to add an fcolor (fill color) argument to the 'border'
option, in order to switch from white to any color the background of a map
composition.

Thank you,
Vincent

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/876&gt;
GRASS GIS <http://grass.osgeo.org>

#876: new option for ps.map border
--------------------------+-------------------------------------------------
  Reporter: vincent | Owner: hamish
      Type: enhancement | Status: assigned
  Priority: minor | Milestone: 6.5.0
Component: ps.map | Version: svn-develbranch6
Resolution: | Keywords: background,border
  Platform: All | Cpu: All
--------------------------+-------------------------------------------------
Changes (by hamish):

* cc: grass-dev@lists.osgeo.org (added)
  * owner: grass-dev@lists.osgeo.org => hamish
  * priority: normal => minor
  * status: new => assigned
  * milestone: 6.4.0 => 6.5.0

Comment:

work-around until this gets added: v.in.region + vareas as the last/
bottom-most layer

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/876#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>

#876: new option for ps.map border
--------------------------+-------------------------------------------------
  Reporter: vincent | Owner: hamish
      Type: enhancement | Status: assigned
  Priority: minor | Milestone: 6.5.0
Component: ps.map | Version: svn-develbranch6
Resolution: | Keywords: background,border
  Platform: All | Cpu: All
--------------------------+-------------------------------------------------
Comment (by hamish):

Vincent suggests:
{{{
"0 0 width height box
stroke "
at the beginning of the ps file.
}}}

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/876#comment:2&gt;
GRASS GIS <http://grass.osgeo.org>

#876: new option for ps.map border
--------------------------+-------------------------------------------------
  Reporter: vincent | Owner: hamish
      Type: enhancement | Status: assigned
  Priority: minor | Milestone: 6.5.0
Component: ps.map | Version: svn-develbranch6
Resolution: | Keywords: background,border
  Platform: All | Cpu: All
--------------------------+-------------------------------------------------
Comment (by vincent):

Sorry, I did it in a hurry, I was meaning :

"0 0 moveto[[BR]]
<width> 0 lineto[[BR]]
<width> <height> lineto[[BR]]
0 <height> lineto[[BR]]
closepath[[BR]]
.5 setgray[[BR]]
fill"[[BR]]

In this example it will draw a gray background on the map extent.

Vincent.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/876#comment:3&gt;
GRASS GIS <http://grass.osgeo.org>

#876: new option for ps.map border
--------------------------+-------------------------------------------------
  Reporter: vincent | Owner: hamish
      Type: enhancement | Status: assigned
  Priority: minor | Milestone: 6.5.0
Component: ps.map | Version: svn-develbranch6
Resolution: | Keywords: background,border
  Platform: All | Cpu: All
--------------------------+-------------------------------------------------
Comment (by hamish):

my thinking now is to make it its own new instruction called "background",
not as part of the "border" instruction.

Hamish

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/876#comment:4&gt;
GRASS GIS <http://grass.osgeo.org>

#876: ps.map rfe: new instruction to flood fill background color
-------------------------------+--------------------------------------------
Reporter: vincent | Owner: hamish
     Type: enhancement | Status: assigned
Priority: minor | Milestone: 6.5.0
Component: Ps.map | Version: svn-develbranch6
Keywords: background,border | Platform: All
      Cpu: All |
-------------------------------+--------------------------------------------

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/876#comment:5&gt;
GRASS GIS <http://grass.osgeo.org>