瀏覽代碼

expand FIXME comment

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58230 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 11 年之前
父節點
當前提交
708c54ddde
共有 1 個文件被更改,包括 3 次插入1 次删除
  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);
 
-    /* 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"),