From: Sandro Santilli Date: Fri, 15 Oct 2004 09:44:21 +0000 (+0000) Subject: updated AsSVG doc X-Git-Tag: pgis_1_0_0RC1~278 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc45d345889f1cad353ace3225b75a89add25fc2;p=postgis updated AsSVG doc git-svn-id: http://svn.osgeo.org/postgis/trunk@1007 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/postgis.xml b/doc/postgis.xml index 54a30de2f..b18a8cb90 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -3940,7 +3940,7 @@ FROM geometry_table; Return the geometry as an SVG path data. Use 1 as second argument to have the path data implemented in terms of relative moves, the default (or 0) uses absolute moves. Third argument may - be used to reduce the maximum number of significant digits used in + be used to reduce the maximum number of decimal digits used in output (defaults to 15). Point geometries will be rendered as cx/cy when 'rel' arg is 0, x/y when 'rel' is 1.