What tells you there is nothing in your multipoint geometry? Client software can be buggy with large unexpected numbers, so the error may be with whatever tool you are using. Can you verify the number of points using SQL?<div>

<br></div><div>-Mike<br><br><div class="gmail_quote">On 2 July 2010 08:49, Biddy <span dir="ltr"><<a href="mailto:newskatze@riomhphost.net">newskatze@riomhphost.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi,<br>
<br>
thanks for your reply.<br>
Actually, I do use sql in order to query my data. It tells me that there is nothing in my multipoint geometry.<br>
<br>
B.<br>
<br>
Zitat von Nicolas Ribot <<a href="mailto:nicolas.ribot@gmail.com" target="_blank">nicolas.ribot@gmail.com</a>>:<div><div></div><div class="h5"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi everyone,<br>
<br>
I am using multipoints and while filling them I noticed that there appears<br>
to be a thresold between 1,100 and 1,200 points per multipoint (no error,<br>
everything loads fine, just the multipoint geometry columns are empty).<br>
<br>
I haven't found any documentation on this. So, I am wondering whether this<br>
is a general size restriction or if it depends on the computer you're on as<br>
well.<br>
<br>
</blockquote>
<br>
Hi<br>
No size restriction.<br>
<br>
Is it possible you look at your data using pgAdmin ?<br>
If it is the case, pgAdmin is limiting the number of characters when<br>
displaying tables.<br>
<br>
try a select st_numGeometries(geom) to check all the points are added<br>
to the multi object.<br>
Or use psql to see the data.<br>
<br>
Nicolas<br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@postgis.refractions.net" target="_blank">postgis-users@postgis.refractions.net</a><br>
<a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
<br>
</blockquote>
<br>
<br>
<br>
<br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@postgis.refractions.net" target="_blank">postgis-users@postgis.refractions.net</a><br>
<a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
</div></div></blockquote></div><br></div>