]> granicus.if.org Git - postgis/commitdiff
Improve ST_AsMVT documentation
authorBjörn Harrtell <bjorn@wololo.org>
Thu, 9 Mar 2017 11:30:59 +0000 (11:30 +0000)
committerBjörn Harrtell <bjorn@wololo.org>
Thu, 9 Mar 2017 11:30:59 +0000 (11:30 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15324 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_output.xml

index 6eb31654a15e52fda534ab8e923d30541c90fc73..77458f189bf3f3a91b5e736120605d93d3af0a11 100644 (file)
@@ -1418,7 +1418,7 @@ SELECT ST_GeoHash(ST_SetSRID(ST_MakePoint(-126,48),4326),5);
                <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 @@ SELECT ST_GeoHash(ST_SetSRID(ST_MakePoint(-126,48),4326),5);
                ]]>
                </programlisting>
          </refsection>
+
+               <refsection>
+                       <title>See Also</title>
+                               <para>
+                                       <xref linkend="ST_AsMVTGeom" />
+                               </para>
+                 </refsection>
        </refentry>
 
   </sect1>