From: Björn Harrtell Date: Thu, 9 Mar 2017 11:30:59 +0000 (+0000) Subject: Improve ST_AsMVT documentation X-Git-Tag: 2.4.0alpha~159 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d73f19a6f7f000a079439bb3c0c26ef92eb616c8;p=postgis Improve ST_AsMVT documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@15324 b70326c6-7e19-0410-871a-916f4a2858ee --- 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 + + + +