Opened 13 years ago
Closed 13 years ago
#1065 closed enhancement (fixed)
Update LWGEOM2GEOS to use createEmpty functions from CAPI
Reported by: | pramsey | Owned by: | pramsey |
---|---|---|---|
Priority: | low | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
The 3.3 GEOS CAPI includes createEmpty variants so PostGIS can explicitly create empty geometries in GEOS. Right now things seem to "work" by accident because PostGIS is handing in empty coordinate sequences to the constructors. See #712 for an example of the change that should be applied to all types.
Note:
See TracTickets
for help on using tickets.
I see the createEmpty functions used, so this is done.