Skip to content

Commit 655ed62

Browse files
committed
Populate continent and so on for record
This record has a city set so it seems invalid to not have the rest.
1 parent 9a80d62 commit 655ed62

29 files changed

+70
-1
lines changed

Diff for: source-data/GeoIP2-City-Test.json

+70-1
Original file line numberDiff line numberDiff line change
@@ -12151,7 +12151,76 @@
1215112151
"names" : {
1215212152
"en" : "Boxford"
1215312153
}
12154-
}
12154+
},
12155+
"continent" : {
12156+
"code" : "EU",
12157+
"geoname_id" : 6255148,
12158+
"names" : {
12159+
"de" : "Europa",
12160+
"en" : "Europe",
12161+
"es" : "Europa",
12162+
"fr" : "Europe",
12163+
"ja" : "ヨーロッパ",
12164+
"pt-BR" : "Europa",
12165+
"ru" : "Европа",
12166+
"zh-CN" : "欧洲"
12167+
}
12168+
},
12169+
"country" : {
12170+
"geoname_id" : 2635167,
12171+
"iso_code" : "GB",
12172+
"names" : {
12173+
"de" : "Vereinigtes Königreich",
12174+
"en" : "United Kingdom",
12175+
"es" : "Reino Unido",
12176+
"fr" : "Royaume-Uni",
12177+
"ja" : "イギリス",
12178+
"pt-BR" : "Reino Unido",
12179+
"ru" : "Великобритания",
12180+
"zh-CN" : "英国"
12181+
}
12182+
},
12183+
"location" : {
12184+
"accuracy_radius" : 100,
12185+
"latitude" : 51.75,
12186+
"longitude" : -1.25,
12187+
"time_zone" : "Europe/London"
12188+
},
12189+
"registered_country" : {
12190+
"geoname_id" : 2635167,
12191+
"iso_code" : "GB",
12192+
"names" : {
12193+
"de" : "Vereinigtes Königreich",
12194+
"en" : "United Kingdom",
12195+
"es" : "Reino Unido",
12196+
"fr" : "Royaume-Uni",
12197+
"ja" : "イギリス",
12198+
"pt-BR" : "Reino Unido",
12199+
"ru" : "Великобритания",
12200+
"zh-CN" : "英国"
12201+
}
12202+
},
12203+
"subdivisions" : [
12204+
{
12205+
"geoname_id" : 6269131,
12206+
"iso_code" : "ENG",
12207+
"names" : {
12208+
"en" : "England",
12209+
"es" : "Inglaterra",
12210+
"fr" : "Angleterre",
12211+
"pt-BR" : "Inglaterra"
12212+
}
12213+
},
12214+
{
12215+
"geoname_id" : 3333217,
12216+
"iso_code" : "WBK",
12217+
"names" : {
12218+
"en" : "West Berkshire",
12219+
"ru" : "Западный Беркшир",
12220+
"zh-CN" : "西伯克郡"
12221+
}
12222+
}
12223+
]
1215512224
}
1215612225
},
1215712226
{

Diff for: test-data/GeoIP2-Anonymous-IP-Test.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/GeoIP2-City-Test.mmdb

21 Bytes
Binary file not shown.

Diff for: test-data/GeoIP2-Connection-Type-Test.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/GeoIP2-Country-Test.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/GeoIP2-DensityIncome-Test.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/GeoIP2-Domain-Test.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/GeoIP2-Enterprise-Test.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/GeoIP2-ISP-Test.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/GeoIP2-Precision-Enterprise-Test.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/GeoIP2-Static-IP-Score-Test.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/GeoIP2-User-Count-Test.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/GeoLite2-ASN-Test.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/GeoLite2-City-Test.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/GeoLite2-Country-Test.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/MaxMind-DB-no-ipv4-search-tree.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/MaxMind-DB-string-value-entries.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/MaxMind-DB-test-decoder.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/MaxMind-DB-test-ipv4-24.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/MaxMind-DB-test-ipv4-28.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/MaxMind-DB-test-ipv4-32.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/MaxMind-DB-test-ipv6-24.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/MaxMind-DB-test-ipv6-28.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/MaxMind-DB-test-ipv6-32.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/MaxMind-DB-test-metadata-pointers.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/MaxMind-DB-test-mixed-24.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/MaxMind-DB-test-mixed-28.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/MaxMind-DB-test-mixed-32.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/MaxMind-DB-test-nested.mmdb

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)