[GRASS-SVN] r31514 - grass/branches/develbranch_6

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 24 16:01:59 EDT 2008


Author: neteler
Date: 2008-05-24 16:01:59 -0400 (Sat, 24 May 2008)
New Revision: 31514

Modified:
   grass/branches/develbranch_6/TODO
Log:
updated

Modified: grass/branches/develbranch_6/TODO
===================================================================
--- grass/branches/develbranch_6/TODO	2008-05-24 16:27:31 UTC (rev 31513)
+++ grass/branches/develbranch_6/TODO	2008-05-24 20:01:59 UTC (rev 31514)
@@ -13,35 +13,11 @@
 
 Vector TODO: see doc/vector/TODO
 
-Missing modules:
 - write Vect_map_exists() and implement in g.remove and v.digit -n (radim)
-
 - add '-d' dissolve to v.reclass
 - add 'where=' to v.to.rast
-- add '-3' for 3D distance calculation in v.distance
 
-- change default color white to black:
-   (better define DEFAULT_FG_COLOR, DEFAULT_BG_COLOR in gis.h, update in 5.0 and 5.7)
-display/d.erase/main.c:	color->answer = "white";	/* set default color! */
-display/d.path/main.c:    bgcolor_opt->answer     = "white" ;
-display/d.barscale/main.c:	opt2->answer     = "white" ;
-display/d.legend/main.c:	opt2->answer     = "white" ;
-display/d.colortable/main.c:	opt2->answer     = "white" ;
-display/d.geodesic/main.c:    parm.lcolor->answer     = "white";
-display/d.geodesic/main.c:	line_color = D_translate_color (parm.lcolor->answer = "white");
-display/d.geodesic/main.c:    if(strcmp (parm.lcolor->answer, "white") == 0)
-display/d.graph/main.c:	opt2->answer     = "white" ;
-display/d.histogram/main.c:	opt2->answer     = "white" ;
-display/d.mapgraph/main.c:	opt2->answer     = "white" ;
-display/d.measure/main.c:	parm.c2->answer = "white";
-display/d.rast.arrow/arrow.c:    opt5->answer     = "white" ;
-display/d.rhumbline/main.c:	parm.lcolor->answer     = "white";
-display/d.rhumbline/main.c:		line_color = D_translate_color (parm.lcolor->answer = "white");
-display/d.rhumbline/main.c:	if(strcmp (parm.lcolor->answer, "white") == 0)
-display/d.scale/main.c:	opt2->answer     = "white" ;
-display/d.title/main.c:	opt2->answer     = "white" ;
-display/d.linegraph/linegraph.c:    t_color_opt->answer     = "white" ;
-
+Imagery
 - merge of image libraries:
   A)
     - lib/imagery/: standard lib, in use (i.* except for i.points3, i.rectify3)
@@ -50,7 +26,7 @@
     - lib/image3/: never finished improvement which integrated the standard lib and
                    the ortho lib. Seems to provide also ortho rectification for
                    satellite data (i.points3, i.rectify3)
-  C) 
+- image modules:
     - merge of i.points, i.vpoints, i.points3
     - merge of i.rectify and i.rectify3
     - addition of new resampling algorithms such as bilinear, cubic convolution
@@ -59,6 +35,3 @@
     - implement/finish linewise ortho-rectification of satellite data
     - Add support for > 8bit colors (only 0-255 supported currently)
 
-- Depreciate tape functions in next major revision of GRASS and create a
-  tape module that accomplishes tape access.
-



More information about the grass-commit mailing list