[postgis-devel] 1.0RC1 open issues

strk at refractions.net strk at refractions.net
Thu Dec 16 02:04:43 PST 2004


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;



More information about the postgis-devel mailing list