[PostGIS] #5826: ST_OrderingEquals give results that are inconsistent with doc
PostGIS
trac at osgeo.org
Mon Dec 23 22:34:58 PST 2024
#5826: ST_OrderingEquals give results that are inconsistent with doc
---------------------------+---------------------------
Reporter: nbvfgh | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.5.2
Component: documentation | Version: 3.5.x
Keywords: |
---------------------------+---------------------------
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.
[[Image(https://github.com/user-attachments/assets/377b0302-8428-4e7e-
a1fe-59a610811b61)]]
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}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5826>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list