Hi Martin,

Both polygons are invalid. The first is degenerate (a point, which obviously self-intersects. The second has a non-closed ring.

Yeah, Carl pointed that out a bit earlier. I get those issues because I'm doing something like this:

select astext(geomunion(envelope(GeomFromText('POINT(-104 40)')),
                        envelope(GeomFromText('POINT(-105 40)'))))

Should envelope be returning me an invalid geometry?

Charlie

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
geos-devel mailing list
geos-devel@geos.refractions.net
http://geos.refractions.net/mailman/listinfo/geos-devel

Reply via email to