UNPKG

globalmaptiles_latlong

Version:

JS implementation of the global map tiles conversion math provided publicly by maptiler (https://docs.maptiler.com/google-maps-coordinates-tile-bounds-projection). Includes conversion from tiles to lat lon bounds.

26 lines (25 loc) 820 B
{ "name": "globalmaptiles_latlong", "version": "1.1.1", "description": "JS implementation of the global map tiles conversion math provided publicly by maptiler (https://docs.maptiler.com/google-maps-coordinates-tile-bounds-projection). Includes conversion from tiles to lat lon bounds.", "main": "globalmaptiles.js", "scripts": { "test": "node test" }, "repository": { "type": "git", "url": "git+https://github.com/NickStafford/globalmaptiles_LatLong.git" }, "type": "module", "keywords": [ "tiles", "maptiles", "conversion" ], "author": "Nick Stafford", "license": "MIT", "bugs": { "url": "https://github.com/NickStafford/globalmaptiles_LatLong/issues" }, "homepage": "https://github.com/NickStafford/globalmaptiles_LatLong#readme" }