[GRASS-SVN] r58230 - grass/trunk/vector/v.what.rast

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Nov 16 00:19:35 PST 2013


Author: hamish
Date: 2013-11-16 00:19:34 -0800 (Sat, 16 Nov 2013)
New Revision: 58230

Modified:
   grass/trunk/vector/v.what.rast/main.c
Log:
expand FIXME comment

Modified: grass/trunk/vector/v.what.rast/main.c
===================================================================
--- grass/trunk/vector/v.what.rast/main.c	2013-11-15 20:39:04 UTC (rev 58229)
+++ grass/trunk/vector/v.what.rast/main.c	2013-11-16 08:19:34 UTC (rev 58230)
@@ -124,7 +124,9 @@
 
     field = Vect_get_field_number(&Map, opt.field->answer);
 
-    /* FIXME: if print flag is used then a database doesn't need to exist */
+    /* FIXME: if the print flag is used then a database doesn't
+	need to exist and the map doesn't need to be in the
+	current mapset. Topology should be optional too. */
     Fi = Vect_get_field(&Map, field);
     if (Fi == NULL)
 	G_fatal_error(_("Database connection not defined for layer %d"),



More information about the grass-commit mailing list