Opened 4 years ago

Closed 4 years ago

#4719 closed defect (fixed)

with raster st_intersects checks projection while st_intersection does not

Reported by: mschott Owned by: robe
Priority: medium Milestone: PostGIS 3.0.3
Component: raster Version: 3.0.x
Keywords: Cc: mschott

Description

running st_intersects(raster,geometry) results in an SQL-Error if both do not share the same projection. St_intersection(raster,geometry) in contrast happily returns an setof geomval with empty geometries and values.

Change History (6)

comment:1 by mschott, 4 years ago

Cc: mschott added
Summary: with raster st_intersects checks porjection while st_intersection does notwith raster st_intersects checks projection while st_intersection does not

fix typo

comment:2 by robe, 4 years ago

Component: postgisraster
Owner: changed from pramsey to Bborie Park

comment:3 by robe, 4 years ago

Milestone: PostGIS 3.1.0PostGIS 3.0.3

comment:4 by Regina Obe <lr@…>, 4 years ago

In bf932db/git:

Fail fast when srids of geometry/raster are different. References #4719 for PostGIS 3.1 master

comment:5 by robe, 4 years ago

Owner: changed from Bborie Park to robe

comment:6 by Regina Obe <lr@…>, 4 years ago

Resolution: fixed
Status: newclosed

In b22956b/git:

Fail fast when srids of geometry/raster are different, schema qualify. Closes #4719 for PostGIS 3.0.3

Note: See TracTickets for help on using tickets.