Zip 07060 is turning up “Plainfield, NJ”, but should be “North Plainfield, NJ” (which is important because it’s a different congressional district).
I see this place for updates http://trac.civicspacelabs.com/cgi-bin/trac.cgi/log/trunk/database/zipco...
But don’t see a way to update it myself.
Help?
Background:
It’s interesting, google maps gets this wrong, yahoo gets it right. I believe the local resident who informed me, and even if you look at google it seems pretty clear that this address should be North Plainfield: “184 Sandford Avenue 07060”.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | zipcodes.in.mysql.gz | 368.13 KB | chaos21in |
Comments
Comment #1
ankur commentedFixes have been committed to HEAD, DRUPAL-4-6.
These including updating database/zipcodes.us.mysql as well as another database update. The database update merely executes and update statement to change the city to 'North Plainfield' for the row in the zipcodes table whose country is 'us' and whose zip is '07060'. You can either do this manually in the DB yourself, or you can get the update upgrade script from the CVS (location_upgrade.php) and run the update yourself. If you know how to do both, they'll probably take the same amt of time each.
-Ankur
Comment #2
(not verified) commentedComment #3
chaos21in commentedI have created a zipcodes.in.mysql file for zipcodes for india.. the file in gzip format is available at
http://www.thinkindia.co.uk/php/zip/zipcodes.in.mysql.gz
There are two problems though.
1. In india the zipcodes are set as per postoffice names and not city names. (according to http://www.indiapost.gov.in/Pincode.html) So i put the postoffice name in "city" field.
2. There are multiple Post Offices come under same zipcode.
Due to 2nd problem i cannt import this file into my database. It is giving error. So i was wondering if it is possible to make apporpritate changes in zipcodes.mysql file to accept this file.
--rafi
Comment #4
chaos21in commentedDont download the file attached with last posting, its corrupt. Download the same from
http://www.thinkindia.co.uk/php/zip/zipcodes.in.mysql.gz
--rafi
Comment #5
bdragon commentedChanging component to Data update.
Comment #6
brmassa commentedGuys,
fixed on HEAD. Soon on Location 3.
regards,
massa
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.