Lines 41-48
int main(int argc, char *argv[]) # undeclared var if OSG disabled
Link Here
|
41 |
*forcedatumtrans; /* Force override of datumtrans parameters */ |
41 |
*forcedatumtrans; /* Force override of datumtrans parameters */ |
42 |
|
42 |
|
43 |
struct Option *location, /* Name of new location to create */ |
43 |
struct Option *location, /* Name of new location to create */ |
44 |
#ifdef HAVE_OGR |
|
|
45 |
*inepsg, /* EPSG projection code */ |
44 |
*inepsg, /* EPSG projection code */ |
|
|
45 |
#ifdef HAVE_OGR |
46 |
*inwkt, /* Input file with projection in WKT format */ |
46 |
*inwkt, /* Input file with projection in WKT format */ |
47 |
*inproj4, /* Projection in PROJ.4 format */ |
47 |
*inproj4, /* Projection in PROJ.4 format */ |
48 |
*ingeo, /* Input geo-referenced file readable by |
48 |
*ingeo, /* Input geo-referenced file readable by |