浏览代码

clean features of all layers by default

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@39976 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 15 年之前
父节点
当前提交
47b2d6c906
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      vector/v.clean/main.c

+ 1 - 0
vector/v.clean/main.c

@@ -48,6 +48,7 @@ int main(int argc, char *argv[])
 
     in_opt = G_define_standard_option(G_OPT_V_INPUT);
     field_opt = G_define_standard_option(G_OPT_V_FIELD_ALL);
+    field_opt->answer = "-1";
     field_opt->guisection = _("Selection");
     type_opt = G_define_standard_option(G_OPT_V3_TYPE);
     type_opt->guisection = _("Selection");