[geonames] generated postal code TSV fields
This commit is contained in:
9
src/postal_fields.h
Normal file
9
src/postal_fields.h
Normal 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
|
||||
};
|
||||
Reference in New Issue
Block a user