Open landam opened 5 years ago
Attachment from harrikoo on 1 Mar 2016 21:05 UTC
https://trac.osgeo.org/grass/attachment/ticket/2948/psmapstdout.diff
Modified by @landam on 12 May 2016 06:37 UTC
Modified by @landam on 25 Aug 2016 15:51 UTC
Comment by @landam on 27 Aug 2016 13:42 UTC Milestone renamed
Comment by neteler on 26 Jan 2018 11:40 UTC Ticket retargeted after milestone closed
Modified by neteler on 12 Jun 2018 20:48 UTC
Comment by @landam on 25 Sep 2018 16:52 UTC All enhancement tickets should be assigned to 7.6 milestone.
Comment by @landam on 25 Jan 2019 21:07 UTC Ticket retargeted after milestone closed
Reported by harrikoo on 1 Mar 2016 21:05 UTC It would be nice to have
ps.map
optionally output to stdout. The attached patch achieves this.by changing the input and output argument handling to
G_open_option_file
;by moving the bounding box to the trailer of the produced postscript file;
and additionally by closing the files using G_close_option_file. This changes moves the closing of output file
PS.fp
fromps_map()
tomain()
where it is created.As a result, this removes all seeks from the ps.map.
I'll attach the diff to https://trac.osgeo.org/grass/changeset/67951, but I have idea how to submit this.
Best,
Harri K.
GRASS GIS version and provenance
svn-releasebranch70
Migrated-From: https://trac.osgeo.org/grass/ticket/2948