[postgis-devel] [PostGIS] #673: Add support for typed empty geometries
PostGIS
trac at osgeo.org
Wed Dec 1 09:50:22 PST 2010
#673: Add support for typed empty geometries
---------------------+------------------------------------------------------
Reporter: strk | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
GEOS supports typed empty geometries.
Postgis doesn't.
For ST_SharedPaths it might be nice to have it, as GEOS
would return a COLLECTION with 2 MULTILINESTRING elements,
both possibly empty. So this would be a valid, and defined result:
{{{
COLLECTION(MULTILINESTRING EMPTY, MULTILINESTRING EMPTY)
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/673>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list