Skip to content
This repository was archived by the owner on Jul 4, 2019. It is now read-only.

Commit 974bf66

Browse files
committed
Update FIPS codes
1 parent c90498e commit 974bf66

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- Update FIPS codes ( Boris Zentner )
12
1.16 Mar 26th, 2012
23
- Update country and FIPS codes ( Boris Zentner )
34
1.15 Mar 15th, 2012

RegionName.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,8 @@ private static void init_region_names(){
295295
cc_reg_BE.Add( "10", "Brabant Wallon" );
296296
cc_reg_BE.Add( "11", "Brussels Hoofdstedelijk Gewest" );
297297
cc_reg_BE.Add( "12", "Vlaams-Brabant" );
298+
cc_reg_BE.Add( "13", "Flanders" );
299+
cc_reg_BE.Add( "14", "Wallonia" );
298300
GEOIP_REGION_NAME.Add( "BE", cc_reg_BE );
299301
Hashtable cc_reg_BF = new Hashtable();
300302
cc_reg_BF.Add( "15", "Bam" );
@@ -739,9 +741,6 @@ private static void init_region_names(){
739741
cc_reg_CO.Add( "02", "Antioquia" );
740742
cc_reg_CO.Add( "03", "Arauca" );
741743
cc_reg_CO.Add( "04", "Atlantico" );
742-
cc_reg_CO.Add( "05", "Bolivar Department" );
743-
cc_reg_CO.Add( "06", "Boyaca Department" );
744-
cc_reg_CO.Add( "07", "Caldas Department" );
745744
cc_reg_CO.Add( "08", "Caqueta" );
746745
cc_reg_CO.Add( "09", "Cauca" );
747746
cc_reg_CO.Add( "10", "Cesar" );
@@ -751,7 +750,6 @@ private static void init_region_names(){
751750
cc_reg_CO.Add( "15", "Guainia" );
752751
cc_reg_CO.Add( "16", "Huila" );
753752
cc_reg_CO.Add( "17", "La Guajira" );
754-
cc_reg_CO.Add( "18", "Magdalena Department" );
755753
cc_reg_CO.Add( "19", "Meta" );
756754
cc_reg_CO.Add( "20", "Narino" );
757755
cc_reg_CO.Add( "21", "Norte de Santander" );
@@ -3389,6 +3387,7 @@ private static void init_region_names(){
33893387
cc_reg_RU.Add( "90", "Permskiy Kray" );
33903388
cc_reg_RU.Add( "91", "Krasnoyarskiy Kray" );
33913389
cc_reg_RU.Add( "92", "Kamchatskiy Kray" );
3390+
cc_reg_RU.Add( "93", "Zabaykal'skiy Kray" );
33923391
GEOIP_REGION_NAME.Add( "RU", cc_reg_RU );
33933392
Hashtable cc_reg_RW = new Hashtable();
33943393
cc_reg_RW.Add( "01", "Butare" );

0 commit comments

Comments
 (0)