[postgis-tickets] [PostGIS] #3844: b-tree support for strict equality test and spatially adjacent ordering
PostGIS
trac at osgeo.org
Wed Sep 13 00:18:08 PDT 2017
#3844: b-tree support for strict equality test and spatially adjacent ordering
--------------------------+---------------------------
Reporter: pramsey | Owner: pramsey
Type: enhancement | Status: closed
Priority: critical | Milestone: PostGIS 2.4.0
Component: postgis | Version: trunk
Resolution: fixed | Keywords:
--------------------------+---------------------------
Comment (by strk):
OPERATOR << returns false on overlap:
{{{
select 'LINESTRING(0 0, 10 0)'::geometry << 'LINESTRING(2 0, 12
0)'::geometry;
?column?
----------
f
(1 row)
}}}
So it cannot be used to find the left-most edge of a topology.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3844#comment:7>
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