فهرست منبع

fix last commit (merge from devbr6)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@31841 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 17 سال پیش
والد
کامیت
df91ab4ba1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      scripts/v.in.gpsbabel/v.in.gpsbabel

+ 1 - 1
scripts/v.in.gpsbabel/v.in.gpsbabel

@@ -300,7 +300,7 @@ if [ $CREATE_POINTS -eq 1 ] ; then
     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