]> granicus.if.org Git - postgis/commit
#HISTORY: Fix for GBT#83: "ST_Multi on curved polygon gives ERROR: Unknown geometry...
authorMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Mon, 15 Dec 2008 10:35:03 +0000 (10:35 +0000)
committerMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Mon, 15 Dec 2008 10:35:03 +0000 (10:35 +0000)
commitfc68c61bf8160f625710a414607f4fcb7d51c917
treed74eae3e86ab8f712de1bc8928c06abe08121dde
parent796a7e139b42b7b14c0e822c93459b358cc91c61
#HISTORY: Fix for GBT#83: "ST_Multi on curved polygon gives ERROR: Unknown geometry type: 0". On reflection, ST_Multi() can only operate on standard POINT, LINESTRING and POLYGON types as the only MULTI geomtypes are MULTIPOINT, MULTILINESTRING and MULTIPOLYGON. This was caused by the introduction of the curve crashing fixes in 1.3.4.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3407 b70326c6-7e19-0410-871a-916f4a2858ee
lwgeom/lwgeom_functions_basic.c