Browse Source

expand FIXME comment

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58230 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 11 years ago
parent
commit
708c54ddde
1 changed files with 3 additions and 1 deletions
  1. 3 1
      vector/v.what.rast/main.c

+ 3 - 1
vector/v.what.rast/main.c

@@ -124,7 +124,9 @@ int main(int argc, char *argv[])
 
 
     field = Vect_get_field_number(&Map, opt.field->answer);
     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);
     Fi = Vect_get_field(&Map, field);
     if (Fi == NULL)
     if (Fi == NULL)
 	G_fatal_error(_("Database connection not defined for layer %d"),
 	G_fatal_error(_("Database connection not defined for layer %d"),