Performance improvements, add clock
This commit is contained in:
parent
c2b1f6643b
commit
efd7631837
21 changed files with 2947 additions and 105 deletions
14
test.ts
14
test.ts
|
@ -1,17 +1,5 @@
|
|||
//*
|
||||
/*
|
||||
|
||||
import CountryCoder from "latlon2country/lib/countryCoder";
|
||||
|
||||
f
|
||||
unction pr(countries) {
|
||||
console.log(">>>>>", countries.join(";"))
|
||||
}
|
||||
|
||||
coder.CountryCodeFor(3.2, 51.2, pr)
|
||||
coder.CountryCodeFor(4.2, 51.2, pr);
|
||||
coder.CountryCodeFor(4.92119, 51.43995, pr)
|
||||
coder.CountryCodeFor(4.93189, 51.43552, pr)
|
||||
coder.CountryCodeFor(34.2581, 44.7536, pr)
|
||||
/*/
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue