fixed internals
This commit is contained in:
parent
749953931c
commit
644542e5df
@ -76,7 +76,7 @@ BEGIN
|
||||
ST_MakeLine(n.p1,n.p2) ,
|
||||
ST_MakeLine(n.p2,n.p3) ,
|
||||
ST_MakeLine(n.p3,n.p1)]) as Edge,
|
||||
ST_Force_2D(_Find_Circle(n.p1,n.p2,n.p3)) as ct ,
|
||||
ST_Force_2D(cdb_crankshaft._Find_Circle(n.p1,n.p2,n.p3)) as ct ,
|
||||
CASE WHEN st_distance(p.ct, ST_ExteriorRing(p.pg)) < tolerance THEN
|
||||
TRUE
|
||||
ELSE FALSE END AS ctx,
|
||||
|
Loading…
Reference in New Issue
Block a user