]> granicus.if.org Git - postgis/commitdiff
fix typo and create another link reference
authorRegina Obe <lr@pcorp.us>
Wed, 14 Sep 2011 14:02:00 +0000 (14:02 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 14 Sep 2011 14:02:00 +0000 (14:02 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7846 b70326c6-7e19-0410-871a-916f4a2858ee

doc/extras_tigergeocoder.xml

index 60877b38c74620bc118497807024712c8ac3ba33..a2eadf46ea04f98cebe74cd5604071df35c54074 100644 (file)
@@ -777,7 +777,7 @@ FROM (SELECT address As actual_addr, lon, lat,
         
         <para>This would be useful for example for redistricting data where you require the newly formed polygons to follow the center lines of streets and for the resulting polygons not to overlap.</para>
     
-        <note><para>This function relies on Tiger data as well as the installation of the PostGIS topology module.  For more information, refer to <xref linkend="Topology" /> and <xfref linkend="installation_configuration" />.  If you have not loaded data covering the region of interest, then no topology records will be created. This function will also fail if you have not created a topology using the topology functions.</para></note>
+        <note><para>This function relies on Tiger data as well as the installation of the PostGIS topology module.  For more information, refer to <xref linkend="Topology" /> and <xref linkend="installation_configuration" />.  If you have not loaded data covering the region of interest, then no topology records will be created. This function will also fail if you have not created a topology using the topology functions.</para></note>
         
         <note><para>Most topology validation errors are a result of tolerance issues where after transformation the edges points don't quite line up or overlap. 
         To remedy the situation you may want to increase or lower the precision if you get topology validation failures.</para></note>
@@ -858,7 +858,7 @@ SELECT * FROM
       </refsection>
       <refsection>
         <title>See Also</title>
-        <para><xref linkend="CreateTopology" />, <xref linkend="TopologySummary" />, <xref linkend="ValidateTopology" /></para>
+        <para><xref linkend="CreateTopology" />, <xref linkend="CreateTopoGeom" />, <xref linkend="TopologySummary" />, <xref linkend="ValidateTopology" /></para>
       </refsection>
    </refentry>
   </sect1>