]> granicus.if.org Git - postgis/commitdiff
updated AsSVG doc
authorSandro Santilli <strk@keybit.net>
Fri, 15 Oct 2004 09:44:21 +0000 (09:44 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 15 Oct 2004 09:44:21 +0000 (09:44 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1007 b70326c6-7e19-0410-871a-916f4a2858ee

doc/postgis.xml

index 54a30de2f9f9b3890ece95ddabe93d4e8ea765e7..b18a8cb909e4ead6161b9503fe9da462fbd173d2 100644 (file)
@@ -3940,7 +3940,7 @@ FROM geometry_table;</literallayout>
             <para>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.</para>
           </listitem>