Opened 6 years ago

Closed 6 years ago

#4055 closed defect (fixed)

ST_ClusterIntersecting drops SRID

Reported by: dbaston Owned by: dbaston
Priority: medium Milestone: PostGIS 2.4.4
Component: postgis Version: 2.4.x
Keywords: Cc:

Description

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.

Change History (5)

comment:1 by dbaston, 6 years ago

In 16490:

Avoid dropping SRID in ST_ClusterIntersecting

There was not actually a problem with ST_ClusterWithin, and the previous
commit did not resolve the problem with ST_ClusterIntersecting.

References #4055

comment:2 by dbaston, 6 years ago

In 16491:

Avoid dropping SRID in ST_ClusterIntersecting

References #4055

comment:3 by dbaston, 6 years ago

In 16492:

Avoid dropping SRID in ST_ClusterIntersecting

References #4055

comment:4 by dbaston, 6 years ago

In 16493:

Avoid dropping SRID in ST_ClusterIntersecting

References #4055

comment:5 by dbaston, 6 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.