From: Nicklas Avén Date: Fri, 16 Aug 2013 18:49:31 +0000 (+0000) Subject: fix back polyhedralsurface to distance calculations #2431 (trunk) X-Git-Tag: 2.2.0rc1~1399 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=933e40d722bcd9dad057f3364712b47bbcd749ed;p=postgis fix back polyhedralsurface to distance calculations #2431 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@11808 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/liblwgeom/measures.c b/liblwgeom/measures.c index 1e31a5c3b..3f52de5db 100644 --- a/liblwgeom/measures.c +++ b/liblwgeom/measures.c @@ -222,6 +222,7 @@ lw_dist2d_is_collection(const LWGEOM *g) case MULTICURVETYPE: case MULTISURFACETYPE: case COMPOUNDTYPE: + case POLYHEDRALSURFACETYPE: return LW_TRUE; break;