Submit
Path:
~
/
/
usr
/
share
/
grafana
/
public
/
app
/
features
/
geo
/
format
/
File Content:
geohash.test.ts
import { decodeGeohash } from './geohash'; describe('Read GeoHASH', () => { it('simple decode', () => { expect(decodeGeohash('9q94r')).toEqual([-122.01416015625, 36.97998046875]); expect(decodeGeohash('dr5rs')).toEqual([-73.98193359375, 40.71533203125]); }); });
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
geohash.test.ts
276 bytes
0644
geohash.ts
1159 bytes
0644
geojson.test.ts
2335 bytes
0644
geojson.ts
2838 bytes
0644
utils.ts
3424 bytes
0644
N4ST4R_ID | Naxtarrr