Opened 3 years ago

Closed 3 years ago

#4813 closed defect (fixed)

Strip NaN values with ST_MakeValid

Reported by: strk Owned by: strk
Priority: blocker Milestone: PostGIS 3.1.0
Component: postgis Version: 3.0.x
Keywords: Cc:

Description

NaN ordinate values are an invalidity that currently ST_MakeValid isn't cleaning. This ticket is to handle them by removing any coordinate with any NaN value.

Change History (2)

comment:2 by Sandro Santilli <strk@…>, 3 years ago

Resolution: fixed
Status: assignedclosed

In a7053ec/git:

Have ST_MakeValid remove coordinates with NaN values

Closes #4813

Note: See TracTickets for help on using tickets.