[Liblas-commits] hg-main-tree: pdal.org -> pointcloud.org

liblas-commits at liblas.org liblas-commits at liblas.org
Wed Jun 22 13:24:26 EDT 2011


details:   http://hg.libpc.orghg-main-tree/rev/c4edb940f08f
changeset: 800:c4edb940f08f
user:      Michael P. Gerlek <mpg at flaxen.com>
date:      Wed Jun 22 10:24:20 2011 -0700
description:
pdal.org -> pointcloud.org

diffstat:

 src/XMLSchema.cpp |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 5f7b1cc3bfa7 -r c4edb940f08f src/XMLSchema.cpp
--- a/src/XMLSchema.cpp	Wed Jun 22 10:06:56 2011 -0700
+++ b/src/XMLSchema.cpp	Wed Jun 22 10:24:20 2011 -0700
@@ -714,7 +714,7 @@
     xmlTextWriterSetIndent(w, 1);
     xmlTextWriterStartDocument(w, NULL, "utf-8", NULL);
     xmlTextWriterStartElementNS(w, BAD_CAST "pc", BAD_CAST "PointCloudSchema", NULL);
-    xmlTextWriterWriteAttributeNS(w, BAD_CAST "xmlns", BAD_CAST "pc", NULL, BAD_CAST "http://pdal.org/schemas/PC/1.0");
+    xmlTextWriterWriteAttributeNS(w, BAD_CAST "xmlns", BAD_CAST "pc", NULL, BAD_CAST "http://pointcloud.org/schemas/PC/1.0");
     xmlTextWriterWriteAttributeNS(w, BAD_CAST "xmlns", BAD_CAST "xsi", NULL, BAD_CAST "http://www.w3.org/2001/XMLSchema-instance");
     
     writeSchema(writer);


More information about the Liblas-commits mailing list