Closed (outdated)
Project:
Location
Version:
6.x-3.x-dev
Component:
Data update
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2007 at 13:31 UTC
Updated:
19 Jul 2016 at 13:13 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
bdragon commented(Changing component to Data update.)
Hi.
I just took over development of Location, and am working on getting it back into shape.
I'm thinking it would be best to maintain the zip code databases outside of CVS. I will probabaly set up some infrastructure to maintain them (with transaction history) so they can get small fixes applied more efficiently.
Another thing I'm looking into is the possibility of having an optional utility built in to periodically fetch updates.
Comment #2
ardas commentedThe main issue in zipcodes table structure at my opinion is it is not normalized and cities are not a separate entity with its own code. For example:
Ideally, cities Holtsville, Adjuntas, Aguada must be stored in a separate table and have their own PK - a code which will identify them within a state. May be even a unique code which will include state code, so that every city has a unique code and will not duplicate with any other city.
Zipcodes table will have a FK column with city code.
This will help to build a flexible system where user can choose country and state from drop down list and than choose city from drop down list as well. These comboboxes can be turned into AJAX activeselects very simply. I saw many requests of this functionality in Drupal but there is no graceful solution for this problem today.
What do you think?
Comment #3
yesct commentedI this update still needed? The last comment was over a year ago. If someone could evaluate the status for the Ukraine and please post back, that would be great.
I added this to the list of data updates at #175193: Zip code database out of date
Comment #4
webdevbyjoss commentedI'm ready to contribute to this project. What is the progress for this?
Comment #5
yesct commentedwebdevbyjoss, I'm sorry no one has answered you, maybe try contacting ardas, to see what the progress on that end is?
Comment #6
webdevbyjoss commentedI have found the TAB-separated file of Ukrainian cities/towns/villages and zip codes from Magento ukrainian community. Possibly we can incorporate that data into Drupal as well.
Comment #7
yesct commentedsomeone please make a patch for the latest dev version. maybe then it will be any easy commit?
Comment #8
ankur commentedThe file submitted here needs to be converted into a format matching that of the other zipcode files. Also, we'll need some kind of verification that this data is OK for us to use.
Comment #9
legolasboClosing old D6 issues as D6 is end of life