crowell / Zippopotamus

Zippopotamus API
http://zippopotam.us
Other
55 stars 11 forks source link

NL provinces are spelld wrong #9

Closed comaxxdevelopment closed 11 years ago

comaxxdevelopment commented 11 years ago

The Netherlands don't put the word province in front of every province. It's the same like saying state California instead of California.

below is a list of the correct Dutch spelling of the 12 provinces.

Code Name
DR Drenthe
FL Flevoland
FR Fryslân
GE Gelderland
GR Groningen
LI Limburg
NB Noord-Brabant
NH Noord-Holland
OV Overijssel
UT Utrecht
ZE Zeeland
ZH Zuid-Holland
samirahmed commented 11 years ago

@alainlecluse sorry for the ridiculous delay, this fell of my radar for a while.

anyway here are the some examples ...

GE UT FL

let me know if you have any problems

And for future reference from me

db.global.update(
    {"country":"Netherlands","state abbreviation":"<OLD>"},
    {$set:{"state":"<NEW>","state abbreviation":"<NEW>"}},
    false,
    true)
comaxxdevelopment commented 11 years ago

Np. Item is fixex corretly