Opened 7 years ago

Closed 7 years ago

#3879 closed enhancement (fixed)

Division by zero in lw_dist2d_arc_arc / Support for concentric arcs

Reported by: Raul Marin Owned by: pramsey
Priority: medium Milestone: PostGIS 2.5.0
Component: postgis Version: master
Keywords: Cc:

Description

The lw_dist2d_arc_arc function fails (and when not it's because it's ignoring a division by zero) with concentric arcs.

PR in Github that solves it: https://github.com/postgis/postgis/pull/151

Change History (4)

comment:1 by pramsey, 7 years ago

In 15896:

Fix division by zero in lw_dist2d_arc_arc
(References #3879)

comment:2 by pramsey, 7 years ago

In 15897:

division by zero in lw_dist2d_arc_arc
References #3879

comment:3 by pramsey, 7 years ago

In 15898:

division by zero in lw_dist2d_arc_arc
References #3879

comment:4 by pramsey, 7 years ago

Resolution: fixed
Status: newclosed

In 15899:

division by zero in lw_dist2d_arc_arc
Closes #3879

Note: See TracTickets for help on using tickets.