ソースを参照

orthography

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@39172 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 15 年 前
コミット
da6b6e3a9f
1 ファイル変更3 行追加3 行削除
  1. 3 3
      lib/vector/Vlib/README

+ 3 - 3
lib/vector/Vlib/README

@@ -11,8 +11,8 @@ Category index is created when Vect_build(), i.e. Vect_build_partial(, GV_BUILD_
 is called. Plus_head.cidx_up_to_date is set to 1 if Category index is created.
 Any later call to Vect_write_line() / Vect_rewrite_line() / Vect_delete_line() resets
 Plus_head.cidx_up_to_date to 0 and doesn't update category index. 
-All modules using update on level 2 mus call full build, i.e. Vect_build(), at the end.
+All modules using update on level 2 must call full build, i.e. Vect_build(), at the end.
 
 All features without category are written to category index of field 0. 
-In category index is stored also type of feture, that make s possible to find areas
-without centroid throug category index.
+The category index also stores type of feature, that makes it possible to find areas
+without centroid through category index.