Skip to content

Commit

Permalink
Fix documentation of greedyprojection and gridprojection to use PLY w…
Browse files Browse the repository at this point in the history
…riter (#1857)
  • Loading branch information
plimkilde authored and abellgithub committed Mar 20, 2018
1 parent ba898f7 commit 78c8feb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions doc/stages/filters.greedyprojection.rst
Expand Up @@ -29,8 +29,9 @@ Example
"radius": 10
},
{
"type":"writers.las",
"filename":"output.las"
"type":"writers.ply",
"faces":true,
"filename":"output.ply"
}
]
}
Expand Down
5 changes: 3 additions & 2 deletions doc/stages/filters.gridprojection.rst
Expand Up @@ -28,8 +28,9 @@ Example
"type":"filters.gridprojection"
},
{
"type":"writers.las",
"filename":"output.las"
"type":"writers.ply",
"faces":true,
"filename":"output.ply"
}
]
}
Expand Down

0 comments on commit 78c8feb

Please sign in to comment.