jsfreemaplib
Version:
Miscellaneous JavaScript classes and functions for working with geodata, including working with Spherical Mercator projection and managing XYZ tiles, plus some general UI functions.
33 lines (32 loc) • 751 B
JSON
{
"name": "jsfreemaplib",
"version": "0.4.3",
"description": "Miscellaneous JavaScript classes and functions for working with geodata, including working with Spherical Mercator projection and managing XYZ tiles, plus some general UI functions.",
"keywords": [
"openstreetmap",
"geodata",
"DEM",
"terrarium"
],
"files": [
"index.js",
"GoogleProjection.js",
"Tile.js",
"Tiler.js",
"JsonTiler.js",
"DEM.js",
"demtiler.js",
"BoundingBox.js",
"Dialog.js",
"Nominatim.js",
"DemApplier.js"
],
"repository": {
"url": "https://gitlab.com/nickw1/jsfreemaplib.git"
},
"dependencies": {
"pngjs": "^5.0.0"
},
"author": "Nick Whitelegg",
"license": "LGPL-3.0-or-later"
}