浏览代码

v.in.pdal: unify first/mid/last numbers with https://trac.osgeo.org/grass/changeset/68470

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@68471 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 9 年之前
父节点
当前提交
5768c00886
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      vector/v.in.pdal/lidar.h

+ 2 - 2
vector/v.in.pdal/lidar.h

@@ -18,8 +18,8 @@
 
 #define LAS_ALL 0
 #define LAS_FIRST 1
-#define LAS_LAST 2
-#define LAS_MID 3
+#define LAS_MID 2
+#define LAS_LAST 3
 
 struct GLidarLayers
 {