]> granicus.if.org Git - postgis/commit
Fix TopologyException in Raster Instersection
authorDarafei Praliaskouski <me@komzpa.net>
Sun, 22 Jul 2018 12:22:27 +0000 (12:22 +0000)
committerDarafei Praliaskouski <me@komzpa.net>
Sun, 22 Jul 2018 12:22:27 +0000 (12:22 +0000)
commite0905c13d0b1a1b015124a737db8fc048c0cda3d
treee607785015b608c2fe3af6b9aacdc9169e6386dc
parent5105ad46b3614d09b6c96430bb660a4c77b7e33b
Fix TopologyException in Raster Instersection

Raster _st_intersects was doing ST_Collect of polygons building each pixel,
which led to invalid geometry and TopologyException.

Thanks Vinícius A.B. Schmidt for reporting and testing solutions.

Closes #4132

git-svn-id: http://svn.osgeo.org/postgis/trunk@16660 b70326c6-7e19-0410-871a-916f4a2858ee
NEWS
raster/rt_pg/rtpostgis.sql.in