Opened 5 years ago

Closed 5 years ago

#4364 closed defect (fixed)

Update ST_IsValid docs to state that the function only works with 2D coordinates

Reported by: johnpowell Owned by: pramsey
Priority: medium Milestone: PostGIS 2.5.3
Component: postgis Version: master
Keywords: Cc:

Description

As can be seen from,

SELECT ST_IsValid('LINESTRING Z (0 0 0,0 0 10)');

NOTICE: Too few points in geometry component at or near point 0 0 0

ST_IsValid ignores the z dimension.

Change History (1)

comment:1 by pramsey, 5 years ago

Resolution: fixed
Status: newclosed

In 17435:

Add note to valid regarding 2d-only nature
closes #4364

Note: See TracTickets for help on using tickets.