Opened 14 years ago
Closed 13 years ago
#943 closed defect (wontfix)
ST_ModEdgeHeal : seem don't working
Reported by: | aperi2007 | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | topology | Version: | master |
Keywords: | Cc: |
Description
Hi,
I try this select topology.ST_ModEdgeHeal('topo_test',17, 16);
where 16 & 17 are two connected edges.
I guess they must heal, but instead i have this response:
ERROR: TopoGeom 2 in layer 1 (topo_test.linee_topo.topo_geom) cannot be represented healing edges 17 and 16
I attach the image of the relation between these edges. The red node are first and last node of the edges.
Attachments (1)
Change History (5)
by , 14 years ago
comment:1 by , 14 years ago
Check out this geometry:
SELECT topology.geometry(topo_geom) from topo_test.linee_topo where id(topo_geom) = 2;
The message says that it is formed by only one of the two edges you're trying to heal.
comment:3 by , 13 years ago
To verify what the message says:
SELECT topo_geom::geometry from topo_test.linee_topo WHERE id(topo_geom) = 2;
comment:4 by , 13 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
I forgot this ticket, sorry. Yes this ticket can closed.
image of topology