totemstech/country-reverse-geocoding

Issue with getting country name

gaudah opened this issue · 1 comments

Hello,

I am getting a null result for the below coordinates:
"longitude": 72.8205292,"latitude": 18.9690247

These coordinates are for the India location but getting null.
var crg = require('country-reverse-geocoding').country_reverse_geocoding();
var country = crg.get_country(18.9690247, 72.8205292);
console.log(country.name);

Same for var country = crg.get_country(43.079802, 5.805873);
which is a valid position in France.