From: Björn Harrtell Date: Sat, 9 Sep 2017 08:38:58 +0000 (+0000) Subject: ST_AsMVT and ST_AsGeobuf doc fixes and improvements X-Git-Tag: 2.4.0rc1~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5b015284bc0b015608bb22a6b5f95aed0241299;p=postgis ST_AsMVT and ST_AsGeobuf doc fixes and improvements git-svn-id: http://svn.osgeo.org/postgis/trunk@15672 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_output.xml b/doc/reference_output.xml index 1e349e1bf..1081db999 100644 --- a/doc/reference_output.xml +++ b/doc/reference_output.xml @@ -1329,16 +1329,16 @@ SELECT ST_GeoHash(ST_SetSRID(ST_MakePoint(-126,48),4326),5); Note that Geobuf in its current form cannot be streamed so the full output will be assembled in memory. - geom_name is the name of the geometry column in the row data. If NULL it will default to the first found geometry column. row row data with at least a geometry column. + geom_name is the name of the geometry column in the row data. If NULL it will default to the first found geometry column. Availability: 2.4.0 Examples - Examples -