浏览代码

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