[geos-devel] RE: GEOS errors from PostGIS

Martin Davis mtnclimb at telus.net
Fri Jan 14 11:14:40 EST 2011


Rev 110

Modification was to switch to using SnapIfNeededOverlayOp

     private Geometry unionNoOpt(Geometry g0)
     {
     Geometry empty = geomFact.createPoint((Coordinate) null);
         return SnapIfNeededOverlayOp.overlayOp(g0, empty, OverlayOp.UNION);
     }




On 1/14/2011 4:44 AM, strk wrote:
> On Thu, Jan 13, 2011 at 07:51:16PM -0800, Martin Davis wrote:
>> James,
>>
>> I suspect this may be caused by a known bug in the Unary union.  This
>> was identified in this thread on the JTS list:
>>
>> http://sourceforge.net/mailarchive/forum.php?thread_name=4C0FB4A5.2010304%40refractions.net&forum_name=jts-topo-suite-user
>>
>> I fixed this in JTS, in the soon-to-be-released ver 1.12.  Perhaps this
>> fix hasn't made it's way into GEOS and PostGIS yet.
> Have a revision number of the fix ?
> Haven't found one in the forum thread...
>
> --strk;
>
>    ()   Free GIS&  Flash consultant/developer
>    /\   http://strk.keybit.net/services.html
>
>
> -----
> No virus found in this message.
> Checked by AVG - www.avg.com
> Version: 10.0.1191 / Virus Database: 1435/3378 - Release Date: 01/13/11
>
>


More information about the geos-devel mailing list