From: Regina Obe Date: Fri, 23 Oct 2009 15:51:15 +0000 (+0000) Subject: put in availability note for ST_GeomFromGML, link back from ST_AsGML, note about... X-Git-Tag: 1.5.0b1~347 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=721efbf461ea3452cec89a06e45c15dbc67c6bca;p=postgis 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 --- 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 + + +