Ticket #1065 (closed enhancement: fixed)

Opened 2 years ago

Last modified 17 months ago

Update LWGEOM2GEOS to use createEmpty functions from CAPI

Reported by: pramsey Owned by: pramsey
Priority: low Milestone: PostGIS 2.0.0
Component: postgis Version: trunk
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.

Change History

Changed 17 months ago by strk

  • status changed from new to closed
  • resolution set to fixed

I see the createEmpty functions used, so this is done.

Note: See TracTickets for help on using tickets.