Opened 16 years ago
Closed 14 years ago
#641 closed enhancement (fixed)
Add setting to psmap to allow user to define embedded title of ps file
Reported by: | stevensj | Owned by: | hamish |
---|---|---|---|
Priority: | minor | Milestone: | 6.4.2 |
Component: | Ps.map | Version: | unspecified |
Keywords: | Cc: | grass-dev@… | |
CPU: | Unspecified | Platform: | Unspecified |
Description
The title of maps produced by ps.map is written into the ps file:
%%Title: Map layer = aerial_bg Mapset = PERMANENT
An option to allow users to define their own title string as part of the instructions sent to ps.map would be nice.
Change History (3)
comment:1 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 16 years ago
Cc: | added |
---|
comment:3 by , 14 years ago
Milestone: | 6.4.0 → 6.4.2 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
r.support solution backported to 6.4svn in r46385 (ps_header.c).
Hamish
Note:
See TracTickets
for help on using tickets.
in grass6.5+7 the PostScript file's title is now taken from the raster map's title, if set. Use r.support to change the title. (it's not the greatest solution, but the fewer duplicate controls we add the simpler and more manageable everything becomes)
ok? or not?
How were you experiencing the PostScript file's title with ps2raster? I can't find any trace of it in the PDF using that tool. The only place I've seen it is in the title bar of gv.
Hamish