fixing the missing attribute for correct wkb uncompressed patch

This commit is contained in:
Remi-C 2015-01-22 15:45:03 +01:00
parent bcb593857e
commit 604fcd352d

View File

@ -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) ###