Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • grass/branches/releasebranch_7_4/raster/r.proj/main.c

    r65853 r72736  
    311311        G_fatal_error(_("Unable to get projection info of input map"));
    312312
     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
    313318    if ((in_unit_info = G_get_projunits()) == NULL)
    314319        G_fatal_error(_("Unable to get projection units of input map"));
Note: See TracChangeset for help on using the changeset viewer.