Changes from grass/trunk/raster/r.proj/main.c at r65853 to grass/branches/releasebranch_7_4/raster/r.proj/main.c at r72736
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
grass/branches/releasebranch_7_4/raster/r.proj/main.c
r65853 r72736 311 311 G_fatal_error(_("Unable to get projection info of input map")); 312 312 313 /* apparently the +over switch must be set in the input projection, 314 * not the output latlon projection */ 315 if (curr_proj == PROJECTION_LL) 316 G_set_key_value("+over", "defined", in_proj_info); 317 313 318 if ((in_unit_info = G_get_projunits()) == NULL) 314 319 G_fatal_error(_("Unable to get projection units of input map"));
Note:
See TracChangeset
for help on using the changeset viewer.
