OpenBookPrices / country-data

Country related data such as ISO codes, currencies etc
MIT License
513 stars 165 forks source link

Added continent groupings #31

Closed iancrowther closed 9 years ago

iancrowther commented 9 years ago

I have added a grouping by continent and added a name field. I needed a continent dropdown in the UI.

I have also added a name field to the regions for the same reason.

iancrowther commented 9 years ago

hey @evdb, any chance you could take a peek at this. I have fixed the merge conflicts from yesterdays PR.

thanks

evdb commented 9 years ago

There was an issue with duplicated entries in the countries.csv file, probably due to some diff confusion. I've now created a utility that allows me to normalize the CSV files and as a result have merged the relevant changes from this pull request into master at 5efc85ccca4434ab374166648a016ff34ae9a229

iancrowther commented 9 years ago

nice