Ticket #943 (closed defect: wontfix)

Opened 2 years ago

Last modified 20 months ago

ST_ModEdgeHeal : seem don't working

Reported by: aperi2007 Owned by: strk
Priority: medium Milestone: PostGIS 2.0.0
Component: topology Version: trunk
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

image.gif Download (15.3 KB) - added by aperi2007 2 years ago.
image of topology

Change History

Changed 2 years ago by aperi2007

image of topology

Changed 2 years ago by strk

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.

Changed 22 months ago by strk

Andrea: can this be closed ? Do you confirm the message was correct ?

Changed 20 months ago by strk

To verify what the message says:

SELECT topo_geom::geometry from topo_test.linee_topo WHERE id(topo_geom) = 2;

Changed 20 months ago by aperi2007

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

I forgot this ticket, sorry. Yes this ticket can closed.

Note: See TracTickets for help on using tickets.