José De Fabriziis wrote: > file: > source/index/quadtree/Root.cpp > > method: > Root::insertContained() > > The following: > bool isZeroY=IntervalSize::isZeroWidth(itemEnv->getMinX(),itemEnv->getMaxX()); > > > Should be: > bool isZeroY=IntervalSize::isZeroWidth(itemEnv->getMinY(),itemEnv->getMaxY());
Jose, thank you for your report. Could you submit it as a bug report on http://postgis.refractions.net/bugs/index.php Thanks -- Mateusz Loskot http://mateusz.loskot.net _______________________________________________ geos-devel mailing list geos-devel@geos.refractions.net http://geos.refractions.net/mailman/listinfo/geos-devel