From ca3d57af15d9dac13e97c85f2758a7e4b8871d1e Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sun, 16 Aug 2009 14:51:32 +0000 Subject: [PATCH] Correct ST_AsSVG to reflect introduction of L command git-svn-id: http://svn.osgeo.org/postgis/branches/1.4@4411 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/reference.xml b/doc/reference.xml index 1a02ea88e..353749a6e 100644 --- a/doc/reference.xml +++ b/doc/reference.xml @@ -7653,7 +7653,8 @@ st_asgeojson geometries are delimited by semicolons (";"). - Availability: 1.2.2 + Availability: 1.2.2. Changed in PostGIS 1.4 to include L command in absolute path to conform to http://www.w3.org/TR/SVG/paths.html#PathDataBNF @@ -7663,7 +7664,7 @@ st_asgeojson st_assvg -------- - M 0 0 0 -1 1 -1 1 0 Z + M 0 0 L 0 -1 1 -1 1 0 Z -- 2.49.0