[geonames] generated postal code TSV fields

This commit is contained in:
Al
2015-07-02 16:00:06 -04:00
parent fd28ee27bf
commit e273caac22

9
src/postal_fields.h Normal file
View File

@@ -0,0 +1,9 @@
enum gn_postal_fields {
GN_POSTAL_CODE=0,
GN_POSTAL_COUNTRY_CODE=1,
GN_POSTAL_CONTAINING_GEONAME_ID=2,
GN_POSTAL_ADMIN1_IDS=3,
GN_POSTAL_ADMIN2_IDS=4,
GN_POSTAL_ADMIN3_IDS=5,
NUM_POSTAL_FIELDS
};