[postgis-tickets] [PostGIS] #4055: ST_ClusterIntersecting drops SRID
PostGIS
trac at osgeo.org
Fri Mar 23 05:18:24 PDT 2018
#4055: ST_ClusterIntersecting drops SRID
---------------------+---------------------------
Reporter: dbaston | Owner: dbaston
Type: defect | Status: assigned
Priority: medium | Milestone: PostGIS 2.4.4
Component: postgis | Version: 2.4.x
Keywords: |
---------------------+---------------------------
{{{
SELECT ST_SRID(unnest(ST_ClusterIntersecting(ARRAY['SRID=4326;POINT (3
7)'::geometry, 'SRID=4326;LINESTRING (3 0, 3 9)'])));
st_srid
---------
0
}}}
This may go back to 2.2; haven't tested to see.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4055>
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