From 35d7d7f0c7cdb349dbaea47dc542c0285df6195d Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Mon, 28 Nov 2011 13:36:52 +0000 Subject: [PATCH] Note: libxml2 dependency of ST_Geom*ML functions and ref back to configuration section. Also put in missing --with-xml2config flag in installion_configuration section git-svn-id: http://svn.osgeo.org/postgis/trunk@8251 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/installation.xml | 17 +++++++++++++++++ doc/reference_constructor.xml | 18 +++++++++--------- 2 files changed, 26 insertions(+), 9 deletions(-) diff --git a/doc/installation.xml b/doc/installation.xml index a167f0bae..1b1237812 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -388,6 +388,23 @@ tar -xvzf postgis-&last_release_version;.tar.gz + + --with-xml2config=FILE + + + LibXML is the library required for doing GeomFromKML/GML processes. + It normally is found if you have libxml installed, but if not or you want + a specific version used, you'll need to point PostGIS at a specific + xml2-config confi file to enable software installations to + locate the LibXML installation directory. Use this parameter + (>--with-xml2config=/path/to/xml2-config) to + manually specify a particular LibXML installation that PostGIS will + build against. + + + + + --with-projdir=DIR diff --git a/doc/reference_constructor.xml b/doc/reference_constructor.xml index 4fe2fc4a9..2301b5c45 100644 --- a/doc/reference_constructor.xml +++ b/doc/reference_constructor.xml @@ -480,7 +480,7 @@ SELECT ST_GeomFromEWKT('POLYHEDRALSURFACE( OGC GML standards, cf: http://www.opengeospatial.org/standards/gml: - Availability: 1.5 + Availability: 1.5, requires libxml2 1.6+ Enhanced: 2.0.0 support for Polyhedral surfaces and TIN was introduced. Enhanced: 2.0.0 default srid optional parameter added. &Z_support; @@ -576,8 +576,7 @@ SELECT ST_GeomFromEWKT('POLYHEDRALSURFACE( See Also - - + , , @@ -602,6 +601,8 @@ SELECT ST_GeomFromEWKT('POLYHEDRALSURFACE( ST_GeomFromGeoJSON works only for JSON Geometry fragments. It throws an error if you try to use it on a whole JSON document. Availability: 2.0.0 requires - JSON-C >= 0.9 + If you do not have JSON-C enabled, support you will get an error notice instead of seeing an output. + To enable JSON-C, run configure --with-jsondir=/path/to/json-c. See for details. &Z_support; @@ -624,7 +625,7 @@ LINESTRING(1 2,4 5,7 8) See Also - , + ,, @@ -657,7 +658,7 @@ LINESTRING(1 2,4 5,7 8) OGC KML standards, cf: http://www.opengeospatial.org/standards/kml: - Availability: 1.5 + Availability: 1.5,libxml2 2.6+ &Z_support; ST_GeomFromKML function not support SQL/MM curves geometries. @@ -677,7 +678,7 @@ LINESTRING(1 2,4 5,7 8) See Also - + , @@ -702,14 +703,13 @@ LINESTRING(1 2,4 5,7 8) Description &sqlmm_compliant; SQL-MM 3: 5.1.50 (except for curves support). - Availability: 1.5 + Availability: 1.5, requires libxml2 1.6+ Enhanced: 2.0.0 support for Polyhedral surfaces and TIN was introduced. Enhanced: 2.0.0 default srid optional parameter added. See Also - - + , , -- 2.40.0