From: Sandro Santilli Date: Mon, 13 Sep 2004 08:48:03 +0000 (+0000) Subject: Added POINT rendering info for AsSVG function X-Git-Tag: pgis_1_0_0RC1~460 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1811ebb781e0b2d31891a85e8259c7aa0e96e77;p=postgis Added POINT rendering info for AsSVG function git-svn-id: http://svn.osgeo.org/postgis/trunk@804 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/postgis.xml b/doc/postgis.xml index c09d53519..362b43375 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -3823,6 +3823,8 @@ FROM geometry_table; Third argument may be used to reduce the maximum number of significant 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.