[postgis-devel] 1.0RC1 open issues

strk at refractions.net strk at refractions.net
Fri Dec 17 00:01:24 PST 2004


On Thu, Dec 16, 2004 at 11:08:39PM -0800, Paul Ramsey wrote:
> In the OGC test suite, T13, T19, and T20 are currently failing. 
> Something about the Boundary() function, I imagine.
> P

These are handled by GEOS getBoundary(), changed already to match OGC
expected results.

2004-11-12 19:12  strk

        * source/geom/Polygon.cpp: Changed ::getBoundary() to return
        LineString if polygon has no holes.  (has required to pass OGC
        conformance test T20)

--strk;

> 
> On 16-Dec-04, at 2:04 AM, strk at refractions.net wrote:
> 
> >A couple of open issues for 1.0RC1 release:
> >
> >	- Canonical binary representation.
> >	  we want SRID to be included in it
> >
> >	- && Operator for geometry and box2d
> >	  one of the two might be useless while
> >	  having both doesn't let you query
> >	  geometry && box2d
> >	  because this could be transformed to
> >	  geometry && box2d::geometry
> >	  OR
> >	  geometry::box2d && box2d
> >	  .. and pGSQL can't choose between the two.
> >
> >--strk;
> >_______________________________________________
> >postgis-devel mailing list
> >postgis-devel at postgis.refractions.net
> >http://postgis.refractions.net/mailman/listinfo/postgis-devel
> 
> _______________________________________________
> postgis-devel mailing list
> postgis-devel at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-devel



More information about the postgis-devel mailing list