Skip to content

Commit

Permalink
Fixed normal dimension names (#2723)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy authored and abellgithub committed Sep 7, 2019
1 parent 87c8a2c commit 5c2dab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pdal/Dimension.json
Original file line number Diff line number Diff line change
Expand Up @@ -349,13 +349,13 @@
},
{
"name": "NormalY",
"alt_names": ["nz", "normal_z", "normalz" ],
"alt_names": ["ny", "normal_y", "normaly" ],
"type": "double",
"description": "Y component of a vector normal to surface at this point"
},
{
"name": "NormalZ",
"alt_names": "nz",
"alt_names": ["nz", "normal_z", "normalz"],
"type": "double",
"description": "Z component of a vector normal to surface at this point"
},
Expand Down

0 comments on commit 5c2dab2

Please sign in to comment.