Opened 14 years ago
Closed 13 years ago
#673 closed enhancement (fixed)
Add support for typed empty geometries
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | low | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
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)
Change History (4)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Owner: | changed from | to
---|
lwpoint_construct_empty lwline_construct_empty lwpoly_construct_empty
all await your delectation...
comment:3 by , 14 years ago
Priority: | medium → low |
---|---|
Type: | defect → enhancement |
Note:
See TracTickets
for help on using tickets.
r6235 allows typed empty collection coming from geos to be retained in postgis. regression testsuite survives that.