From: Regina Obe Date: Mon, 3 May 2010 03:11:02 +0000 (+0000) Subject: Get rid of still under development for ST_DumpAsPolygons. Seems to be working fairly... X-Git-Tag: 2.0.0alpha1~3012 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14566a19782a8c499baacb82a5f04f9e98974559;p=postgis Get rid of still under development for ST_DumpAsPolygons. Seems to be working fairly well now. git-svn-id: http://svn.osgeo.org/postgis/trunk@5597 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_wktraster.xml b/doc/reference_wktraster.xml index ccad1a579..b263106bd 100644 --- a/doc/reference_wktraster.xml +++ b/doc/reference_wktraster.xml @@ -2026,7 +2026,6 @@ FROM (SELECT ST_SetRotation(rast,0.1,0.1) As rast can be used to expand a single raster into multiple POLYGONS/MULTIPOLYGONS. Availability: Requires GDAL 1.6.1 or higher. - Still under development and testing.