Fix maxmind test case

This commit is contained in:
Felipe Zimmerle
2018-03-29 17:02:19 -03:00
parent 0ca5994744
commit ff0d451a5c
5 changed files with 66 additions and 22 deletions

View File

@@ -0,0 +1,44 @@
[
{
"::200.249.12.31/120" : {
"continent" : {
"code" : "SA",
"geoname_id" : 123,
"names" : {
"en" : "South America",
"pt-BR" : "America do Sul"
}
},
"country" : {
"geoname_id" : 123,
"iso_code" : "BR",
"names" : {
"en" : "Brazil",
"pt-BR" : "Brasil"
}
},
"location" : {
"accuracy_radius" : 100,
"latitude" : "-8.051502",
"longitude" : "-34.874919"
},
"registered_country" : {
"geoname_id" : 123,
"iso_code" : "BR",
"names" : {
"en" : "Brazil",
"pt-BR" : "Brasil"
}
},
"postal": {
"code": "50040090"
},
"city": {
"names": {
"en": "Recife"
}
}
}
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 MiB