From c5b015284bc0b015608bb22a6b5f95aed0241299 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Harrtell?= Date: Sat, 9 Sep 2017 08:38:58 +0000 Subject: [PATCH] ST_AsMVT and ST_AsGeobuf doc fixes and improvements git-svn-id: http://svn.osgeo.org/postgis/trunk@15672 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_output.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -