Changeset 56211
- Timestamp:
- May 12, 2013, 4:07:51 AM (11 years ago)
- Location:
- grass/trunk
- Files:
-
- 2 edited
-
include/gis.h (modified) (1 diff)
-
lib/gis/parser_standard_options.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
grass/trunk/include/gis.h
r52468 r56211 199 199 G_OPT_R_ELEV, /* old input elevation raster map */ 200 200 G_OPT_R_ELEVS, /* old input elevation raster maps */ 201 G_OPT_R_INTERP_TYPE, /* interpolation type */ 201 202 202 203 G_OPT_R3_INPUT, /* old input raster3d map */ -
grass/trunk/lib/gis/parser_standard_options.c
r56073 r56211 55 55 - G_OPT_R_ELEV 56 56 - G_OPT_R_ELEVS 57 57 - G_OPT_R_INTERP_TYPE 58 58 59 - raster3d: 59 60 - G_OPT_R3_INPUT … … 303 304 Opt->description = _("Name of input elevation raster map(s)"); 304 305 break; 306 case G_OPT_R_INTERP_TYPE: 307 Opt->key = "method"; 308 Opt->type = TYPE_STRING; 309 Opt->required = NO; 310 Opt->description = _("Interpolation method"); 311 Opt->options = "nearest,bilinear,bicubic"; 312 break; 305 313 306 314 /*g3d maps */
Note:
See TracChangeset
for help on using the changeset viewer.
