From 24d078391fff2b8a3a96ac76e868c68e16f6a062 Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Wed, 9 Apr 2003 14:01:37 +0000 Subject: moved -m option from cs2cs.1 to proj.1 git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1143 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- ChangeLog | 3 +++ man/man1/cs2cs.1 | 16 ---------------- man/man1/proj.1 | 16 ++++++++++++++++ 3 files changed, 19 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1c23f6be..cebceb17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2003-04-09 Frank Warmerdam + * man/man1/{proj,cs2cs}.1: moved -m option from cs2cs.1 to + proj.1 since it is only supported by proj. + * nad/Makefile.am: added DESTDIR in three missing places as per bug report from Peter Galbraith - proj debian package manager. diff --git a/man/man1/cs2cs.1 b/man/man1/cs2cs.1 index 4c943719..e1916c5e 100644 --- a/man/man1/cs2cs.1 +++ b/man/man1/cs2cs.1 @@ -86,22 +86,6 @@ expected input from longitude-latitude or x-y to latitude-longitude or y-x. This options reverses the order of the output from x-y or longitude-latitude to y-x or latitude-longitude. .TP -.BI \-m " mult" -The cartesian data may be scaled by the -.I mult -parameter. -When processing data in a forward projection mode the -cartesian output values are multiplied by -.I mult -otherwise the input cartesian values are divided by -.I mult -before inverse projection. -If the first two characters of -.I mult -are 1/ or 1: then the reciprocal value of -.I mult -is employed. -.TP .BI \-f " format" .I Format is a diff --git a/man/man1/proj.1 b/man/man1/proj.1 index ef6daa0c..61733f82 100644 --- a/man/man1/proj.1 +++ b/man/man1/proj.1 @@ -135,6 +135,22 @@ For conformal projections meridinal and parallel scales factors will be equal and angular distortion zero. Equal area projections will have an area factor of 1. .TP +.BI \-m " mult" +The cartesian data may be scaled by the +.I mult +parameter. +When processing data in a forward projection mode the +cartesian output values are multiplied by +.I mult +otherwise the input cartesian values are divided by +.I mult +before inverse projection. +If the first two characters of +.I mult +are 1/ or 1: then the reciprocal value of +.I mult +is employed. +.TP .BI \-f " format" .I Format is a -- cgit v1.2.3