Last active
December 27, 2015 09:19
-
-
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]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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