|
@@ -77,6 +77,7 @@ int main(int argc, char **argv)
|
|
|
map_opt = G_define_standard_option(G_OPT_V_MAP);
|
|
|
|
|
|
field_opt = G_define_standard_option(G_OPT_V_FIELD_ALL);
|
|
|
+ field_opt->answer = "1";
|
|
|
field_opt->guisection = _("Selection");
|
|
|
|
|
|
display_opt = G_define_option();
|
|
@@ -100,7 +101,7 @@ int main(int argc, char **argv)
|
|
|
|
|
|
/* Query */
|
|
|
type_opt = G_define_standard_option(G_OPT_V_TYPE);
|
|
|
- type_opt->answer = "point,line,boundary,centroid,area,face";
|
|
|
+ type_opt->answer = "point,line,area,face";
|
|
|
type_opt->options = "point,line,boundary,centroid,area,face";
|
|
|
type_opt->guisection = _("Selection");
|
|
|
|