Opened 15 hours ago
#5826 new defect
ST_OrderingEquals give results that are inconsistent with doc
Reported by: | nbvfgh | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.5.2 |
Component: | documentation | Version: | 3.5.x |
Keywords: | Cc: |
Description
Query:
SELECT ST_OrderingEquals(ST_GeomFromText('LINESTRING(0 0, 10 10)'), ST_GeomFromText('LINESTRING(0 0, 0 0, 10 10)')); --result: {f}
But in official manual, it should return t.
Version info:
POSTGIS="3.5.0 3.5.0" [EXTENSION] PGSQL="170" GEOS="3.13.0-CAPI-1.19.0" SFCGAL="SFCGAL 1.5.2, CGAL 5.6.1
Note:
See TracTickets
for help on using tickets.