]> granicus.if.org Git - postgis/commit
put back old sfcgal test (except use \i, and have the query be what was in sfcgal...
authorRegina Obe <lr@pcorp.us>
Sun, 22 Jul 2018 05:00:46 +0000 (05:00 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 22 Jul 2018 05:00:46 +0000 (05:00 +0000)
commit5105ad46b3614d09b6c96430bb660a4c77b7e33b
treeda3f2a8bc6d757bdc707921bf08933958060071d
parent76ad38bb3a6cef26f7867e62ff9e8f9e13ee45ab
put back old sfcgal test (except use \i, and have the query be what was in sfcgal one), the sfcgal one was different
Closes #4131
Revise ST_ConcaveHull to use ST_UnaryUnion(ST_Collect..) (cause I know sfcgal doesn't replace with it's own implementation / a bit of a cheat)
Take out some ST_Union calls I think are over compensating.
References #3638

git-svn-id: http://svn.osgeo.org/postgis/trunk@16659 b70326c6-7e19-0410-871a-916f4a2858ee
postgis/postgis.sql.in
regress/Makefile.in
regress/concave_hull.sql
regress/concave_hull_expected
regress/concave_hull_hard.sql [new file with mode: 0644]
regress/concave_hull_hard_expected [new file with mode: 0644]
regress/sfcgal/concave_hull.sql
regress/sfcgal/concave_hull_expected