ソースを参照

add missing steps

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@51624 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 13 年 前
コミット
d238192947
1 ファイル変更2 行追加0 行削除
  1. 2 0
      vector/v.surf.rst/test_suite/profile.sh

+ 2 - 0
vector/v.surf.rst/test_suite/profile.sh

@@ -1,4 +1,6 @@
 # nc2008/grass7 mapset
+g.copy vect=elev_lid792_bepts,lidar_test
+v.build lidar_test
 g.region n=221230 s=220816 w=639090 e=639530 res=0.5 -p
 CMD="v.surf.rst in=lidar_test -z elev=omp_test.rst --o"
 time $CMD