|
@@ -47,7 +47,9 @@ int set_datumtrans(int datumtrans, int force)
|
|
return 0;
|
|
return 0;
|
|
|
|
|
|
status = GPJ__get_datum_params(projinfo, &datum, ¶ms);
|
|
status = GPJ__get_datum_params(projinfo, &datum, ¶ms);
|
|
|
|
+ G_debug(3, "set_datumtrans(): GPJ__get_datum_params() status=%d", status);
|
|
G_free(params);
|
|
G_free(params);
|
|
|
|
+
|
|
if (datum) {
|
|
if (datum) {
|
|
/* A datum name is specified; need to determine if
|
|
/* A datum name is specified; need to determine if
|
|
* there are parameters to choose from for this datum */
|
|
* there are parameters to choose from for this datum */
|