From f1811ebb781e0b2d31891a85e8259c7aa0e96e77 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 13 Sep 2004 08:48:03 +0000 Subject: [PATCH] Added POINT rendering info for AsSVG function git-svn-id: http://svn.osgeo.org/postgis/trunk@804 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/postgis.xml | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.50.1