Opened 4 years ago

Closed 4 years ago

#1011 closed defect (fixed)

Put back node rule number in output

Reported by: robe Owned by: strk
Priority: major Milestone: 3.9.0
Component: C API Version: main
Severity: Unassigned Keywords:
Cc:

Description

It appears the node rule number was taken out in

Commit: 8e29f768/git

This is causing a regression on the PostGIS side of the fence.

Noted at https://trac.osgeo.org/postgis/ticket/4622

-----------------------------------------------------------------------------
--- relate_bnr_expected	2020-01-20 10:47:44.000000000 +0000
+++ /tmp/pgis_reg/test_116_out	2020-01-20 10:51:32.132579612 +0000
@@ -553,4 +553,4 @@
 553|0F0FFFFF2|0F0FFFFF2|0F0FFFFF2|0F0FFFFF2
 554|0F0FFF0F2|0F0FFF0F2|0F0FFF0F2|0F0FFF0F2
 555|0F0FFF0F2|0F0FFF0F2|0F0FFF0F2|0F0FFF0F2
-ERROR:  GEOSRelate: Invalid boundary node rule 5
+ERROR:  GEOSRelate: Invalid boundary node rule
-----------------------------------------------------------------------------

We decided the best thing to do is put the # back

Change History (1)

comment:1 by strk, 4 years ago

Resolution: fixed
Status: newclosed

The number was put back with [7d02cb4ab4bc1e62bb36c51a26511ba7a9697f28/git]

Note: See TracTickets for help on using tickets.