Skip to content

Commit

Permalink
handle Dimension::Pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Sep 20, 2011
1 parent 34b28e0 commit 3c69833
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/XMLSchema.cpp
Expand Up @@ -793,6 +793,9 @@ void Writer::writeSchema(TextWriterPtr writer)
case pdal::Dimension::Double:
type << "double";
break;
case pdal::Dimension::Pointer:
type << "pointer";
break;
case pdal::Dimension::Undefined:
type << "unknown";
break;
Expand Down

0 comments on commit 3c69833

Please sign in to comment.