[pgpointcloud] Installing PGpointcloud

"Nielsen, Thorbjørn Kjærshøj" thoni at gst.dk
Wed Sep 4 00:36:10 PDT 2013


Paul.... 

You are of course absolutely right...

tkntest=# select pc_numpoints(pa) from demo where id = 22;
 pc_numpoints
--------------
          100
(1 row)

tkntest=# select pc_numpoints(pa) from test400 where id = 22;
 pc_numpoints
--------------
          400
(1 row)

/Thor

-----Oprindelig meddelelse-----
Fra: Paul Ramsey [mailto:pramsey at cleverelephant.ca] 
Sendt: 3. september 2013 20:21
Til: Nielsen, Thorbjørn Kjærshøj
Cc: pgpointcloud at lists.osgeo.org
Emne: Re: [pgpointcloud] Installing PGpointcloud

--  
Paul Ramsey
http://cleverelephant.ca
http://postgis.net


On Tuesday, September 3, 2013 at 8:58 AM, "Nielsen, Thorbjørn Kjærshøj" wrote:

> had to change the 400 points per patch to 100 (<Option name="capacity">100</Option>), otherwise I would just get "blanks" instead of binary values in the patches. It did create the table and increment the "id" value though

What do you mean "blanks"? If you were just looking at the table in pgAdmin, you're seeing a limitation in pgAdmin, which stops displaying objects once they get past a certain size. You can check that the objects are "there" using the PC_NumPoints function.  

P.


More information about the pgpointcloud mailing list