|
@@ -94,7 +94,7 @@ static struct class_table class_val[] = {
|
|
|
static struct class_table class_type[] = {
|
|
|
{5, "Synthetic"},
|
|
|
{6, "Key-point"},
|
|
|
- {7, "withheld"},
|
|
|
+ {7, "Withheld"},
|
|
|
{0, 0}
|
|
|
};
|
|
|
|
|
@@ -601,12 +601,6 @@ int main(int argc, char *argv[])
|
|
|
|
|
|
Vect_reset_line(Points);
|
|
|
Vect_reset_cats(Cats);
|
|
|
-
|
|
|
-#if 0
|
|
|
- x = LASPoint_GetX(LAS_point) * scale_x + offset_x;
|
|
|
- y = LASPoint_GetY(LAS_point) * scale_y + offset_y;
|
|
|
- z = LASPoint_GetZ(LAS_point) * scale_z + offset_z;
|
|
|
-#endif
|
|
|
|
|
|
x = LASPoint_GetX(LAS_point);
|
|
|
y = LASPoint_GetY(LAS_point);
|