From: Regina Obe Date: Tue, 10 Nov 2009 18:34:15 +0000 (+0000) Subject: put logic to recognize boolean and KML text args. Exclude ST_GeomFromKML and ST_Geom... X-Git-Tag: 1.5.0b1~264 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f09afead082356abc14d04f16d98440a12e5dd38;p=postgis put logic to recognize boolean and KML text args. Exclude ST_GeomFromKML and ST_GeomFromGML from testing until crashing problem under mingw is resolved. git-svn-id: http://svn.osgeo.org/postgis/trunk@4777 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/xsl/postgis_gardentest.sql.xsl b/doc/xsl/postgis_gardentest.sql.xsl index 72eef0a87..74a3ffab8 100644 --- a/doc/xsl/postgis_gardentest.sql.xsl +++ b/doc/xsl/postgis_gardentest.sql.xsl @@ -11,7 +11,7 @@ 1.5.0 AddGeometryColumn DropGeometryColumn DropGeometryTable - AddGeometryColumn DropGeometryColumn DropGeometryTable Populate_Geometry_Columns ST_CurveToLine ST_GeoHash ST_LineCrossingDirection ST_LineToCurve ST_IsValidReason ST_ContainsProperly ST_MinimumBoundingCircle + AddGeometryColumn DropGeometryColumn DropGeometryTable Populate_Geometry_Columns ST_CurveToLine ST_GeomFromGML ST_GeomFromKML ST_GMLToSQL ST_LineToCurve 3395 @@ -28,6 +28,7 @@ 'test' 'SPHEROID["GRS_1980",6378137,298.257222101]' 'FF1FF0102' + false (SELECT ST_SetSRID(ST_Point(i,j),4326) As the_geom FROM (SELECT a*1.11111111 FROM generate_series(-10,50,10) As a) As i(i) @@ -371,6 +372,9 @@ SELECT ' ST_AsGML(foo1.the_geom) + + ST_AsKML(foo1.the_geom) + foo1.the_geom @@ -422,6 +426,9 @@ SELECT ' '2009-01-01' + + + ,