[postgis-tickets] r15324 - Improve ST_AsMVT documentation
bjorn at wololo.org
bjorn at wololo.org
Thu Mar 9 03:30:59 PST 2017
Author: bjornharrtell
Date: 2017-03-09 03:30:59 -0800 (Thu, 09 Mar 2017)
New Revision: 15324
Modified:
trunk/doc/reference_output.xml
Log:
Improve ST_AsMVT documentation
Modified: trunk/doc/reference_output.xml
===================================================================
--- trunk/doc/reference_output.xml 2017-03-07 20:32:18 UTC (rev 15323)
+++ trunk/doc/reference_output.xml 2017-03-09 11:30:59 UTC (rev 15324)
@@ -1418,7 +1418,7 @@
<para>Return a <ulink url="https://www.mapbox.com/vector-tiles/">Mapbox Vector Tile</ulink> 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 <ulink url="https://www.mapbox.com/vector-tiles/specification/">specification</ulink>.
- Typically ST_AsMVTGeom can be used to transform geometry into tile coordinate space.
+ Typically <xref linkend="ST_AsMVTGeom" /> can be used to transform geometry into tile coordinate space.
Other row data will be encoded as attributes.
</para>
@@ -1442,6 +1442,13 @@
]]>
</programlisting>
</refsection>
+
+ <refsection>
+ <title>See Also</title>
+ <para>
+ <xref linkend="ST_AsMVTGeom" />
+ </para>
+ </refsection>
</refentry>
</sect1>
More information about the postgis-tickets
mailing list