Opened 12 years ago
Closed 3 years ago
#1817 closed enhancement (worksforme)
Topology load errors need better error messages
Reported by: | darkblueb | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS Fund Me |
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 (1)
Change History (8)
by , 12 years ago
Attachment: | topo_TIGER_CA_import_errs.tgz added |
---|
comment:1 by , 12 years ago
Milestone: | PostGIS 2.0.1 → PostGIS 2.1.0 |
---|
comment:2 by , 12 years ago
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..
comment:3 by , 12 years ago
Milestone: | PostGIS 2.1.0 → PostGIS 2.2.0 |
---|
comment:4 by , 9 years ago
Milestone: | PostGIS 2.2.0 → PostGIS Future |
---|
comment:6 by , 3 years ago
darkblueb do you still have this problem? I think I've improved the error messages lately
comment:7 by , 3 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
what's the command you use to import these geometries ?