Opened 6 years ago
Closed 6 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.
Note:
See TracTickets
for help on using tickets.
In 17435: