[geonames] generated geonames TSV fields
This commit is contained in:
26
src/geonames_fields.h
Normal file
26
src/geonames_fields.h
Normal file
@@ -0,0 +1,26 @@
|
||||
enum geonames_fields {
|
||||
GEONAMES_NAME=0,
|
||||
GEONAMES_ID=1,
|
||||
GEONAMES_CANONICAL=2,
|
||||
GEONAMES_BOUNDARY_TYPE=3,
|
||||
GEONAMES_HAS_WIKIPEDIA_ENTRY=4,
|
||||
GEONAMES_ISO_LANGUAGE=5,
|
||||
GEONAMES_IS_PREFERRED_NAME=6,
|
||||
GEONAMES_IS_SHORT_NAME=7,
|
||||
GEONAMES_IS_COLLOQUIAL=8,
|
||||
GEONAMES_IS_HISTORICAL=9,
|
||||
GEONAMES_POPULATION=10,
|
||||
GEONAMES_LATITUDE=11,
|
||||
GEONAMES_LONGITUDE=12,
|
||||
GEONAMES_FEATURE_CODE=13,
|
||||
GEONAMES_COUNTRY_CODE=14,
|
||||
GEONAMES_ADMIN1_CODE=15,
|
||||
GEONAMES_ADMIN1_ID=16,
|
||||
GEONAMES_ADMIN2_CODE=17,
|
||||
GEONAMES_ADMIN2_ID=18,
|
||||
GEONAMES_ADMIN3_CODE=19,
|
||||
GEONAMES_ADMIN3_ID=20,
|
||||
GEONAMES_ADMIN4_CODE=21,
|
||||
GEONAMES_ADMIN4_ID=22,
|
||||
NUM_GEONAMES_FIELDS
|
||||
};
|
||||
Reference in New Issue
Block a user