From the coordinates of any location in the world, get approximately which country the location belongs to.
geo2country.load( (countries)=>{
console.log(countries.countryName([10.05, 49.84]))
})
npm start
Check available and in-use maps
npm run deploy-map ls
Install an available map
npm run deploy-map install $map_name
Remove an installed map
npm run deploy-map remove $map_name
Use an installed map
npm run deploy-map use $map_name