From: Regina Obe Date: Wed, 14 Sep 2011 14:02:00 +0000 (+0000) Subject: fix typo and create another link reference X-Git-Tag: 2.0.0alpha1~1008 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff364ba1239a3a038ab0b453766415d49cb85d0e;p=postgis fix typo and create another link reference git-svn-id: http://svn.osgeo.org/postgis/trunk@7846 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/extras_tigergeocoder.xml b/doc/extras_tigergeocoder.xml index 60877b38c..a2eadf46e 100644 --- a/doc/extras_tigergeocoder.xml +++ b/doc/extras_tigergeocoder.xml @@ -777,7 +777,7 @@ FROM (SELECT address As actual_addr, lon, lat, 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. - This function relies on Tiger data as well as the installation of the PostGIS topology module. For more information, refer to and . 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. + This function relies on Tiger data as well as the installation of the PostGIS topology module. For more information, refer to and . 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. 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. @@ -858,7 +858,7 @@ SELECT * FROM See Also - , , + , , ,