From d79c129fe581715ec57b24cb94d78450e91792a5 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Wed, 16 Jan 2013 07:38:30 +0000 Subject: [PATCH] get rid of program listing stuff try to fix regress. git-svn-id: http://svn.osgeo.org/postgis/trunk@10977 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/extras_tigergeocoder.xml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/doc/extras_tigergeocoder.xml b/doc/extras_tigergeocoder.xml index 45acb74c8..9ee5ec4b0 100644 --- a/doc/extras_tigergeocoder.xml +++ b/doc/extras_tigergeocoder.xml @@ -20,11 +20,8 @@ you can upgrade the scripts using the accompanying upgrade_geocoder.bat until release. If you have data from tiger_2010 and want replace with tiger_2012 refer to - New in PostGIS 2.1.0 release is ability to install tiger geocoder with PostgreSQL extension model if you are running PostgreSQL 9.1+. - To do so: -CREATE EXTENSION fuzzystrmatch; -CREATE EXTENSION postgis_tiger_geocoder; - + New in PostGIS 2.1.0 release is ability to install tiger geocoder with PostgreSQL extension model if you are running PostgreSQL 9.1+. + Design: The goal of this project is to build a fully functional geocoder that can process an arbitrary United States address string and using normalized TIGER census data, produce a point geometry and rating reflecting the location of the given address and likeliness of the location. The higher the rating number the worse the result. -- 2.50.1