[postgis-users] Error database geometry requires more points - postgis 1.5
Mike Toews
mwtoews at gmail.com
Tue Jun 3 19:26:04 PDT 2014
Hi Maria,
What version do you have?
SELECT PostGIS_Full_Version();
There are a few bugs for "geometry requires more points". How did you
ST_NumPoints() on a MultiLineString type? Is there a constraint for
the geometry type?
-Mike
On 4 June 2014 13:32, Maria Eugenia Calle Peralta <maugecp at hotmail.com> wrote:
> Hi:
>
> We are working a database with postgis 1.5. (postgresql 9.1). Around 30
> users editing a hidrography table (multilinestring) together at the same
> time using quantum gis. The last days we had a problem, when viewing the
> layer at certain zoom objects disappear and the error is reported "Error
> database geometry requires more points".
>
> I check with the functions:
>
>
> -ST_isvalid(), Geometry invalid not found.
>
> -ST_NumPoints(), All geometries have more than 2 vertex
>
>
> The reference system is defined and even add a constraint
> verify_geometry_valid CHECK (st_isvalid(geom)) and the problem remains.
> I dont kown where is the problem.
>
>
> Thank you much help.
>
>
> Maria Eugenia
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at lists.osgeo.org
> http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
More information about the postgis-users
mailing list