mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
parent
009cea221d
commit
69ed4d3c36
@ -824,7 +824,6 @@ pc_patch_dimensional_deserialize(const SERIALIZED_PATCH *serpatch, const PCSCHEM
|
||||
PCDIMENSION *dim = schema->dims[i];
|
||||
pc_bytes_deserialize(buf, dim, pcb, true /*readonly*/, false /*flipendian*/);
|
||||
pcb->npoints = npoints;
|
||||
buf += pc_bytes_serialized_size(pcb);
|
||||
}
|
||||
|
||||
return (PCPATCH*)patch;
|
||||
@ -994,4 +993,4 @@ pc_patch_to_geometry_wkb_envelope(const SERIALIZED_PATCH *pa, const PCSCHEMA *sc
|
||||
|
||||
if ( wkbsize ) *wkbsize = size;
|
||||
return wkb;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user