~ubuntu-branches/ubuntu/wily/proj/wily

« back to all changes in this revision

Viewing changes to src/cs2cs.c

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2009-10-05 16:28:55 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20091005162855-gnsd4jzn7wtw8uwg
Tags: 4.7.0-1
* New upstream release
* Datum grids files updated to version 1.5.
  (closes: #548297)
* Removed manpages.dpatch, applied upstream.
* Generalized libproj0.install file.
* Policy changed to 3.8.3, without futher changes.
* Minor change to nad2bin.1 man page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/******************************************************************************
2
 
 * $Id: cs2cs.c,v 1.11 2008/04/24 16:50:39 fwarmerdam Exp $
 
2
 * $Id: cs2cs.c 1504 2009-01-06 02:11:57Z warmerdam $
3
3
 *
4
4
 * Project:  PROJ.4
5
5
 * Purpose:  Mainline program sort of like ``proj'' for converting between
26
26
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
27
27
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
28
28
 * DEALINGS IN THE SOFTWARE.
29
 
 ******************************************************************************
30
 
 *
31
 
 * $Log: cs2cs.c,v $
32
 
 * Revision 1.11  2008/04/24 16:50:39  fwarmerdam
33
 
 * implement extra text passthrough per email on list for cs2cs
34
 
 *
35
 
 * Revision 1.10  2006/10/10 15:24:05  fwarmerdam
36
 
 *  Increase MAX_LINE to 1000 per request from Dan Scheirer.
37
 
 *
38
 
 * Revision 1.9  2006/03/30 14:35:09  fwarmerdam
39
 
 * bug 1145: avoid warnings on VC8.
40
 
 *
41
 
 * Revision 1.8  2004/10/28 16:05:37  fwarmerdam
42
 
 * avoid using global variables from DLL
43
 
 *
44
 
 * Revision 1.7  2003/03/25 17:53:13  warmerda
45
 
 * modified so that -f formats are used for Z as well
46
 
 *
47
 
 * Revision 1.6  2002/12/09 16:01:02  warmerda
48
 
 * added prime meridian support
49
 
 *
50
 
 * Revision 1.5  2002/11/19 20:33:42  warmerda
51
 
 * cleanup before exit to facilitate memory leak testing
52
 
 *
53
 
 * Revision 1.4  2001/04/05 19:32:19  warmerda
54
 
 * use projPJ, and pj_is_latlong()
55
 
 *
56
 
 * Revision 1.3  2001/04/05 04:23:28  warmerda
57
 
 * use pj_latlong_from_proj
58
 
 *
59
 
 * Revision 1.2  2001/02/03 18:36:55  warmerda
60
 
 * removed some unavailable options from usage string
61
 
 *
62
 
 * Revision 1.1  2000/07/06 23:32:27  warmerda
63
 
 * New
64
 
 *
65
 
 */
 
29
 *****************************************************************************/
 
30
 
66
31
#include "projects.h"
67
32
#include <stdio.h>
68
33
#include <stdlib.h>