From 9c229241b8fae9a2e127a4a31a20eabae018daed Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 10 Sep 2004 15:52:59 +0000 Subject: [PATCH] Added asSVG documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@799 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/postgis.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/doc/postgis.xml b/doc/postgis.xml index 884024f7b..c09d53519 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -3811,7 +3811,23 @@ FROM geometry_table; performed in 2d only. + + + AsSVG(geometry, [rel], [precision]) + + + 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 output + (defaults to 15). + + + + - \ No newline at end of file + -- 2.40.0