From 604fcd352d53de902cd0f6ac4ef1e41046393402 Mon Sep 17 00:00:00 2001 From: Remi-C Date: Thu, 22 Jan 2015 15:45:03 +0100 Subject: [PATCH] fixing the missing attribute for correct wkb uncompressed patch --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa9f156..c5e4c24 100644 --- a/README.md +++ b/README.md @@ -490,6 +490,7 @@ The patch binary formats have additional standard header information: byte: endianness (1 = NDR, 0 = XDR) uint32: pcid (key to POINTCLOUD_SCHEMAS) uint32: 0 = no compression + uint32: npoints pointdata[]: interpret relative to pcid ### Patch Binary (Dimensional) ###