[postgis-devel] simplify creating invalid geometries
Markus Schaber
schabi at logix-tt.com
Thu Mar 30 01:49:13 PST 2006
Hi,
It seems that simplify still creates invalid geometries.
-> psql -f invalid.sql navteq
CREATE TABLE
psql:invalid.sql:5: NOTICE: Self-intersection
isvalid | isvalid
---------+---------
t | f
(1 row)
I'm using:
POSTGIS="1.1.1CVS" GEOS="2.1.4" PROJ="Rel. 4.4.9, 29 Oct 2004" USE_STATS
AFAICS, this is fixed in JTS 1.7, the attached java test program returns
"true true".
Thanks,
Markus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: invalid.sql
Type: text/x-sql
Size: 4129 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/postgis-devel/attachments/20060330/4207c82e/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: InvalidSimplifyTest.java
Type: text/x-java
Size: 4549 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/postgis-devel/attachments/20060330/4207c82e/attachment.java>
More information about the postgis-devel
mailing list