From 721efbf461ea3452cec89a06e45c15dbc67c6bca Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Fri, 23 Oct 2009 15:51:15 +0000 Subject: [PATCH] put in availability note for ST_GeomFromGML, link back from ST_AsGML, note about libxml2 required git-svn-id: http://svn.osgeo.org/postgis/trunk@4675 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/reference.xml b/doc/reference.xml index e81ffebf5..70c8d7394 100644 --- a/doc/reference.xml +++ b/doc/reference.xml @@ -1419,9 +1419,9 @@ SELECT ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 2,220227 15 Description Constructs a PostGIS ST_Geometry object from the OGC GML representation. - The EWKB format is not an OGC standard, but a PostGIS specific format that includes the spatial reference system (SRID) - identifier + Requires compilation with libxml2 2.5+ + Availability: 1.5 - requires libxml2 >= 2.5+ @@ -7599,6 +7599,12 @@ st_asgeojson + + + See Also + + + -- 2.50.1