]> granicus.if.org Git - postgis/commitdiff
fix disallowed note child in abstract
authorRegina Obe <lr@pcorp.us>
Wed, 10 Jul 2013 11:20:26 +0000 (11:20 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 10 Jul 2013 11:20:26 +0000 (11:20 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11656 b70326c6-7e19-0410-871a-916f4a2858ee

doc/extras_tigergeocoder.xml

index 86d51de61987d9a3236c1a86e96f57098e9df54b..4ffb38bf7b2478fa54a5e66e2d2290a4dbdee741 100644 (file)
@@ -10,7 +10,7 @@
                        <para>Another schema called <varname>tiger_data</varname> is also created which houses all the census data for each state that the loader downloads from Census site and loads into the database. In the current model, each set of state tables is
                            prefixed with the state code e.g <varname>ma_addr</varname>, <varname>ma_edges</varname> etc with constraints to enforce only that state data.  Each of these tables inherits from the tables <varname>addr</varname>, <varname>faces</varname>, <varname>edges</varname>, etc located in the <varname>tiger schema</varname>. </para>
                        <para>All the geocode functions only reference the base tables, so there is no requirement that the data schema be called <varname>tiger_data</varname> or that data can't be further partitioned into other schemas -- e.g a different schema
-                       for each state, as long as all the tables inherit from the tables in the <varname>tiger</varname> schema.</para>
+                       for each state, as long as all the tables inherit from the tables in the <varname>tiger</varname> schema.
                        
                
                          <note><para>
@@ -21,7 +21,7 @@ until release.  If you have data from tiger_2010 and want replace with tiger_201
                          </para></note>
                          
                          <note><para>New in PostGIS 2.1.0 release is ability to install tiger geocoder with PostgreSQL extension model if you are running PostgreSQL 9.1+. Refer to <xref linkend="install_tiger_geocoder_extension" /> for details.</para></note>
-                         
+                         </para>
                          <para>Also new in PostGIS 2.1.0 is integration with pagc address standardizer C library which source can be downloaded from <ulink url="http://pagc.svn.sourceforge.net/viewvc/pagc/branches/sew-refactor/postgresql">PAGC PostgreSQL address standardizer extension</ulink> and after install and install of the libraray in your PostGIS database, you can use the <xref linkend="pagc_normalize_address" /> function as a drop in replacement for in-built <xref linkend="normalize_address" />.</para>