country-iso
Advanced tools
Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "country-iso", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Get ISO 3166-1 alpha-3 country code for geographic coordinates.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -18,2 +18,3 @@ # country-iso | ||
You can query any `(lat,lng)` pair on the earth. It also works for territorial waters and disputed countries. | ||
```javascript | ||
@@ -34,4 +35,5 @@ const countryIso = require('country-iso'); | ||
``` | ||
> The package internally uses [@geo-maps/countries-maritime](https://github.com/simonepri/geo-maps/blob/master/info/countries-maritime.md) map with 10m resolution. | ||
> The accuracy of the maps has been tested with [23785 cities](fixtures/cities.geo.json). | ||
> The accuracy of the map has been tested with [23785 cities](fixtures/cities.geo.json). | ||
@@ -38,0 +40,0 @@ ## API |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6208
58