From d73f19a6f7f000a079439bb3c0c26ef92eb616c8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Harrtell?= Date: Thu, 9 Mar 2017 11:30:59 +0000 Subject: [PATCH] Improve ST_AsMVT documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@15324 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_output.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/reference_output.xml b/doc/reference_output.xml index 6eb31654a..77458f189 100644 --- a/doc/reference_output.xml +++ b/doc/reference_output.xml @@ -1418,7 +1418,7 @@ SELECT ST_GeoHash(ST_SetSRID(ST_MakePoint(-126,48),4326),5); Return a Mapbox Vector Tile representation of a set of rows corresponding to a Layer. Multiple calls can be concatenated to a tile with multiple Layers. Geometry is assumed to be in tile coordinate space and valid as per specification. - Typically ST_AsMVTGeom can be used to transform geometry into tile coordinate space. + Typically can be used to transform geometry into tile coordinate space. Other row data will be encoded as attributes. @@ -1442,6 +1442,13 @@ SELECT ST_GeoHash(ST_SetSRID(ST_MakePoint(-126,48),4326),5); ]]> + + + See Also + + + + -- 2.50.1