Skip to content

Instantly share code, notes, and snippets.

@loctanvo
Last active December 27, 2015 09:19
Show Gist options
  • Save loctanvo/7302998 to your computer and use it in GitHub Desktop.
Save loctanvo/7302998 to your computer and use it in GitHub Desktop.
Counties of Norway. Contribution to countriesfor.us . Sources: http://snl.no/fylker_i_Norge http://en.wikipedia.org/wiki/Counties_of_Norway [Note: iso-code 13 is not in use]
var no = [
'Østfold',
'Akershus',
'Oslo',
'Hedmark',
'Oppland',
'Buskerud',
'Vestfold',
'Telemark',
'Aust-Agder',
'Vest-Agder',
'Rogaland',
'Hordaland',
'Sogn og Fjordane',
'Møre og Romsdal',
'Sør-Trøndelag',
'Nord-Trøndelag',
'Nordland',
'Troms',
'Finnmark'
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment