From: Regina Obe Date: Thu, 3 Sep 2015 21:22:36 +0000 (+0000) Subject: fix tag typo X-Git-Tag: 2.2.0rc1~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d3d9976567da1dbc9c0b7d6445d077ae1761c0e;p=postgis fix tag typo git-svn-id: http://svn.osgeo.org/postgis/trunk@14040 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_sfcgal.xml b/doc/reference_sfcgal.xml index 4879e249c..8e1c14207 100644 --- a/doc/reference_sfcgal.xml +++ b/doc/reference_sfcgal.xml @@ -770,7 +770,7 @@ FROM ST_GeomFromText('LINESTRING Z (2 2 6,1.5 1.5 7,1 1 8,0.5 0.5 8,0 0 10)') A Example - When closed surfaces are created with WKT, they are treated as areal rather than solid. To make them solid, you need to use . + When closed surfaces are created with WKT, they are treated as areal rather than solid. To make them solid, you need to use . Areal geometries have no volume. Here is an example to demonstrate. SELECT ST_Volume(geom) As cube_surface_vol, ST_Volume(ST_MakeSolid(geom)) As solid_surface_vol