GDAL
January 17, 2010, 12:43pm
1
#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> ;
GRASS GIS <http://grass.osgeo.org >
GDAL
January 17, 2010, 2:05pm
2
#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> ;
GRASS GIS <http://grass.osgeo.org >
GDAL
January 17, 2010, 2:07pm
3
#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> ;
GRASS GIS <http://grass.osgeo.org >
GDAL
January 18, 2010, 8:15am
4
#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> ;
GRASS GIS <http://grass.osgeo.org >
GDAL
January 18, 2010, 10:52am
5
#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> ;
GRASS GIS <http://grass.osgeo.org >
GDAL
May 2, 2013, 11:22am
6
#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> ;
GRASS GIS <http://grass.osgeo.org >