Ticket #942 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

ST_ModEdgeHeal : test not connected edge

Reported by: aperi2007 Owned by: strk
Priority: medium Milestone: PostGIS 2.0.0
Component: topology Version: trunk
Keywords: Cc:

Description (last modified by strk) (diff)

Hi,

testing select topology.ST_ModEdgeHeal('topo_test',1, 5);

where 1 and 5 are two not directly connected edge (there is an edge in between).

the response is:

ERROR: TopoGeom? 7 in layer 1 (topo_test.linee_topo.topo_geom) cannot be represented healing edges 1 and 5

ISO suggest this message: "SQL/MM Spatial exception – Nonconnected edges"

Change History

Changed 2 years ago by strk

  • status changed from new to assigned
  • description modified (diff)

Changed 2 years ago by strk

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in r7109 - it's another case of checking order...

Note: See TracTickets for help on using tickets.