Added --believegn flag to believe Geonames over patron data where they conflict
authorBen Ostrowsky <ben@esilibrary.com>
Wed, 20 Jul 2011 13:06:29 +0000 (13:06 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 16 Jul 2012 15:32:25 +0000 (11:32 -0400)
enrich_zips

index 8f51a62..3c52e24 100755 (executable)
@@ -71,7 +71,7 @@ while (<>) {
        if ($makezips) {
                if ($city ne $dbcity || $state ne $dbstate) {
                        if ($believegn) {
-                               $city = $dbcity;
+                               $city  = $dbcity;
                                $state = $dbstate;
                        }
                }