Zipcodes for Austria
mr3dblond - February 25, 2009 - 06:36
| Project: | Location |
| Version: | 6.x-3.x-dev |
| Component: | Data update |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi folks,
here it is a database import file for Austria zipcodes. It would be nice, if it would be delivered with upcoming module versions.
cu
| Attachment | Size |
|---|---|
| zipcodes.at_.mysql_.gz | 27.1 KB |

#1
related to #175193: Zip code database out of date
#2
This file contains lines like:
INSERT INTO `zipcodes` VALUES('1010', 'Wien', 'WIE', '46.766700', '14.766700', 1, 1, 'at');INSERT INTO `zipcodes` VALUES('1020', 'Wien', 'WIE', '46.644200', '13.892200', 1, 1, 'at');
INSERT INTO `zipcodes` VALUES('1030', 'Wien', 'WIE', '46.766700', '14.866700', 1, 1, 'at');
INSERT INTO `zipcodes` VALUES('1040', 'Wien', 'WIE', '46.792800', '14.813100', 1, 1, 'at');
INSERT INTO `zipcodes` VALUES('1050', 'Wien', 'WIE', '46.644200', '13.892200', 1, 1, 'at');
What kind of format does it have to be to be easy to commit as part of an upcoming dev release? A new file? like:
#73714: Support for the Netherlands (NL), a location.cc.inc file?
or a patch (http://drupal.org/patch/create)?
I'm fairly certain, anything would have to be against the current dev release.