[GRASS-SVN] r31841 - grass/trunk/scripts/v.in.gpsbabel

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jun 24 08:41:34 EDT 2008


Author: hamish
Date: 2008-06-24 08:41:34 -0400 (Tue, 24 Jun 2008)
New Revision: 31841

Modified:
   grass/trunk/scripts/v.in.gpsbabel/v.in.gpsbabel
Log:
fix last commit (merge from devbr6)

Modified: grass/trunk/scripts/v.in.gpsbabel/v.in.gpsbabel
===================================================================
--- grass/trunk/scripts/v.in.gpsbabel/v.in.gpsbabel	2008-06-24 12:40:29 UTC (rev 31840)
+++ grass/trunk/scripts/v.in.gpsbabel/v.in.gpsbabel	2008-06-24 12:41:34 UTC (rev 31841)
@@ -300,7 +300,7 @@
     cat "${TMP}.xcsv" | tr '+' '|' | cut -f3,4,5,6 -d '|' | \
 	sed -e 's/-99999999.000000//' -e 's/|$/|_/' \
 	    -e 's/01\/01\/1970|00:00:00 AM/|/' \
-	    -e 's/^|/|/'> "$TMP".attributes
+	    -e 's/^|/-9999|/'> "$TMP".attributes
 
 
     #### reproject if needed



More information about the grass-commit mailing list