Ticket #941 (closed defect: fixed)
ST_ModEdgeHeal : wrong response on non-existent edge
| Reported by: | aperi2007 | Owned by: | strk |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.0 |
| Component: | topology | Version: | trunk |
| Keywords: | Cc: |
Description
try-ing this select topology.ST_ModEdgeHeal('topo_test',10000, 2);
where 10.000 is a non-existent edge. I have this response:
ERROR: TopoGeom? 28 in layer 1 (topo_test.linee_topo.topo_geom) cannot be represented healing edges 10000 and 2
I guess according to ISO the response should be "SQL/MM Spatial exception – non-existent edge"
Same result for the third argument: select topology.ST_ModEdgeHeal('topo_test',1, 10000);
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

