Correct ST_AsSVG command to reflect introduction of L command

git-svn-id: http://svn.osgeo.org/postgis/trunk@4410 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Regina Obe 2009-08-16 14:49:42 +00:00
parent 8cb5c4b904
commit a5ee746db5

View file

@ -7653,7 +7653,8 @@ st_asgeojson
geometries are delimited by semicolons (";").</para> geometries are delimited by semicolons (";").</para>
<note> <note>
<para>Availability: 1.2.2</para> <para>Availability: 1.2.2. Changed in PostGIS 1.4 to include L command in absolute path to conform to <ulink
url="http://www.w3.org/TR/SVG/paths.html#PathDataBNF">http://www.w3.org/TR/SVG/paths.html#PathDataBNF</ulink> </para>
</note> </note>
</refsection> </refsection>
@ -7663,7 +7664,7 @@ st_asgeojson
st_assvg st_assvg
-------- --------
M 0 0 0 -1 1 -1 1 0 Z</programlisting> M 0 0 L 0 -1 1 -1 1 0 Z</programlisting>
</refsection> </refsection>
</refentry> </refentry>