浏览代码

v.category: do not add new centroids by default

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

+ 1 - 1
vector/v.category/main.c

@@ -85,7 +85,7 @@ int main(int argc, char *argv[])
     field_opt->guisection = _("Selection");
 
     type_opt = G_define_standard_option(G_OPT_V3_TYPE);
-    type_opt->answer = "point,line,area,face";
+    type_opt->answer = "point,line,centroid,face";
     type_opt->guisection = _("Selection");
 
     id_opt = G_define_standard_option(G_OPT_V_IDS);