[GRASS-SVN] r40157 - grass-addons/raster/r.out.gmt
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 28 11:32:36 EST 2009
Author: hamish
Date: 2009-12-28 11:32:35 -0500 (Mon, 28 Dec 2009)
New Revision: 40157
Modified:
grass-addons/raster/r.out.gmt/r.out.gmt
Log:
simplify second -J, modern GMT can handle it
Modified: grass-addons/raster/r.out.gmt/r.out.gmt
===================================================================
--- grass-addons/raster/r.out.gmt/r.out.gmt 2009-12-28 16:22:15 UTC (rev 40156)
+++ grass-addons/raster/r.out.gmt/r.out.gmt 2009-12-28 16:32:35 UTC (rev 40157)
@@ -247,8 +247,8 @@
# -R inherit the region information from previous declaration (important when regions of grd files do not match!!)
# -K allows for further PS additions later ("K"eeps PostScript file open)
# -O uses preset plotting grid ("O"verlays)
- echo grdimage "${OUTPUT_GRD}${MAP_TAG} -C${OUTPUT_CPT} -J$projection_string \\
- -R -K -O -V >> $OUTPUT_PS"
+ echo grdimage "${OUTPUT_GRD}${MAP_TAG} -C${OUTPUT_CPT} \\
+ -R -J -K -O -V >> $OUTPUT_PS"
echo 1>&2
echo "==================================================" 1>&2
More information about the grass-commit
mailing list