Ticket #864 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

shp2pgsql fails to import MULTIPOINTs with only one vertice.

Reported by: jadams Owned by: jadams
Priority: medium Milestone: PostGIS 2.0.0
Component: postgis Version: 1.5.X
Keywords: history Cc:

Description

If a shapefile is a MULTIPOINT type, but one of the points has only one vertice, it will get generated in the insert statement as a POINT type. That then fails to be inserted with:

ERROR: new row for relation "foo" violates check constraint "enforce_geotype_the_geom"

Change History

Changed 2 years ago by jadams

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

Fixed in trunk in revision 6922. Single-vertex multipoints now still get loaded as multipoints rather than as points.

Changed 2 years ago by robe

  • keywords history added
Note: See TracTickets for help on using tickets.