[geodisambig] Adding new fields to geonames struct, plus I/O

This commit is contained in:
Al
2015-07-01 13:02:00 -04:00
parent af56c3cd09
commit d0db015667
2 changed files with 28 additions and 0 deletions

View File

@@ -37,7 +37,11 @@ typedef struct geoname {
char_array *canonical;
boundary_type_t type;
char_array *iso_language;
bool has_wikipedia_entry;
bool is_preferred_name;
bool is_short_name;
bool is_colloquial;
bool is_historical;
uint32_t population;
double latitude;
double longitude;