Quellcode durchsuchen

vlib: note v.build/v.build.all module when topology format is old (https://trac.osgeo.org/grass/ticket/2386)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@65600 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa vor 10 Jahren
Ursprung
Commit
fc54837896
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      lib/vector/diglib/plus_struct.c

+ 1 - 1
lib/vector/diglib/plus_struct.c

@@ -537,7 +537,7 @@ int dig_Rd_Plus_head(struct gvfile * fp, struct Plus_head *ptr)
 
 	/* This version of GRASS lib can not read this old format */
 	G_warning(_("Old topology format version %d.%d is not supported by this release."
-		    " Try to rebuild topology."),
+		    " Try to rebuild topology using v.build or v.build.all module."),
 		  ptr->version.topo.major, ptr->version.topo.minor);
 	return (-1);
     }