فهرست منبع

Radim's TODO: add some up-to-date notes

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49120 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 سال پیش
والد
کامیت
2bdf384102
1فایلهای تغییر یافته به همراه12 افزوده شده و 1 حذف شده
  1. 12 1
      doc/vector/TODO

+ 12 - 1
doc/vector/TODO

@@ -90,6 +90,8 @@ that if the new size of the line is the same as the old size it will
 be written in the same place in the coor file where the original line
 be written in the same place in the coor file where the original line
 existed.
 existed.
 
 
+* Note: see above
+
 Remove bounding box from support structures (?)
 Remove bounding box from support structures (?)
 -----------------------------------------------
 -----------------------------------------------
 The vector structures (P_line, P_area, P_isle) store bounding box in
 The vector structures (P_line, P_area, P_isle) store bounding box in
@@ -102,6 +104,7 @@ stored in the structure) which can be time consuming for example for
 areas or long lines.
 areas or long lines.
 
 
 * See also http://trac.osgeo.org/grass/ticket/542
 * See also http://trac.osgeo.org/grass/ticket/542
+* Update: implemented in r46898 (2011/07) by Markus Metz
 
 
 Switching to update mode
 Switching to update mode
 ------------------------
 ------------------------
@@ -138,7 +141,10 @@ display a shapefile or PostGIS layers directly:
   
   
   d.vect map=./shapefiles/@OGR layer=roads    # display shapefile ./shapefiles/roads.shp
   d.vect map=./shapefiles/@OGR layer=roads    # display shapefile ./shapefiles/roads.shp
   d.vect map=PG:dbname=test@OGR layer=roads   # display table roads from database test
   d.vect map=PG:dbname=test@OGR layer=roads   # display table roads from database test
-  
+
+* Update: in progess,
+  see http://trac.osgeo.org/grass/wiki/Grass7/VectorLib/OGRInterface#DirectOGRreadaccess
+
 Simple feature API and sequential reading
 Simple feature API and sequential reading
 -----------------------------------------
 -----------------------------------------
 Most GRASS modules are currently using random access to the data which
 Most GRASS modules are currently using random access to the data which
@@ -242,6 +248,11 @@ can lose precision and DBF has other limitations. It whould be
 probably better to use copy of 'coor' file and attributes written to
 probably better to use copy of 'coor' file and attributes written to
 SQLite database.
 SQLite database.
 
 
+Update: see
+	http://trac.osgeo.org/grass/browser/grass-addons/grass7/vector/v.pack
+	and
+	http://trac.osgeo.org/grass/browser/grass-addons/grass7/vector/v.unpack
+	by Luca Delucchi
 
 
 1/2009: Other suggestions moved to
 1/2009: Other suggestions moved to
  http://trac.osgeo.org/grass/
  http://trac.osgeo.org/grass/