]> granicus.if.org Git - postgis/commitdiff
huh more mistakes
authorRegina Obe <lr@pcorp.us>
Wed, 10 Jul 2013 11:37:51 +0000 (11:37 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 10 Jul 2013 11:37:51 +0000 (11:37 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11661 b70326c6-7e19-0410-871a-916f4a2858ee

doc/extras_tigergeocoder.xml

index b77c9640d1a4a4dd324d238cb5d929d3645ff11b..5a63924f69c3fd7c7636e5c4aacb4f9a6903f62a 100644 (file)
@@ -984,9 +984,9 @@ CREATE INDEX idx_tiger_data_ma_faces_countyfp ON tiger_data.ma_faces USING btree
          </refsection>
        </refentry>
        
-               <refentry id="Normalize_Address">
+               <refentry id="Pagc_Normalize_Address">
          <refnamediv>
-               <refname>Normalize_Address</refname>
+               <refname>Pagc_Normalize_Address</refname>
 
                <refpurpose>Given a textual street address, returns a composite <varname>norm_addy</varname> type that has road suffix, prefix and type standardized, street, streetname etc. broken into separate fields.  This function 
                will work with just the lookup data packaged with the tiger_geocoder (no need for tiger census data).</refpurpose>
@@ -1010,6 +1010,8 @@ CREATE INDEX idx_tiger_data_ma_faces_countyfp ON tiger_data.ma_faces USING btree
                 You may find the need to add more abbreviations or alternative namings to the various lookup tables in the  <varname>tiger</varname> schema.</para>
                <para>It uses various control lookup tables located in <varname>tiger</varname> schema to normalize the input address.</para>
                <para>Fields in the <varname>norm_addy</varname> type object returned by this function in this order where  () indicates a field required by the geocoder, [] indicates an optional field:</para>
+               <para>This version uses the PAGC address standardizer</para>
+               <para>Availability: 2.1.0</para>
                <para>(address) [predirAbbrev] (streetName) [streetTypeAbbrev] [postdirAbbrev] [internal] [location] [stateAbbrev] [zip]</para>
          <orderedlist>
           <listitem>