Ticket #1817 (new enhancement)

Opened 13 months ago

Last modified 7 weeks ago

Topology load errors need better error messages

Reported by: darkblueb Owned by: strk
Priority: medium Milestone: PostGIS 2.2.0
Component: topology Version: 2.0.x
Keywords: Cc:

Description

When building a topology from other geometry, the process can fail for a variety of reasons. The error messages are often specific to a line of code, and lack enough context for the user to make a good decision about how to fix the problems..

Error messages can be improved to show some context, and ideally point the user in a direction to fix the problems and try again.

Attachments

topo_TIGER_CA_import_errs.tgz Download (405.4 KB) - added by darkblueb 13 months ago.

Change History

Changed 13 months ago by darkblueb

Changed 12 months ago by strk

  • milestone changed from PostGIS 2.0.1 to PostGIS 2.1.0

what's the command you use to import these geometries ?

Changed 12 months ago by darkblueb

 SELECT TopoGeo_AddPolygon( 'census_2010_tracts_topo', h.wkb_geometry, 1.0 ) 
 FROM c2t h
 WHERE h.ogc_fid = %s

if I am reading my scribbles right..

Changed 7 weeks ago by robe

  • milestone changed from PostGIS 2.1.0 to PostGIS 2.2.0
Note: See TracTickets for help on using tickets.