vgrid-maplibre
Version:
DGGS Visualization for MapLibre GL JS
60 lines (59 loc) • 1.64 kB
JSON
{
"name": "vgrid-maplibre",
"type": "module",
"version": "1.1.5",
"description": "DGGS Visualization for MapLibre GL JS",
"main": "index.js",
"exports": {
".": "./index.js",
"./H3/H3Grid": "./H3/H3Grid.js",
"./S2/S2Grid": "./S2/S2Grid.js",
"./A5/A5Grid": "./A5/A5Grid.js",
"./QTM/QTMGrid": "./QTM/QTMGrid.js",
"./OLC/OLCGrid": "./OLC/OLCGrid.js",
"./Geohash/GeohashGrid": "./Geohash/GeohashGrid.js",
"./GEOREF/GEOREFGrid": "./GEOREF/GEOREFGrid.js",
"./MGRS/MGRSGrid": "./MGRS/MGRSGrid.js",
"./Tilecode/TilecodeGrid": "./Tilecode/TilecodeGrid.js",
"./Maidenhead/MaidenheadGrid": "./Maidenhead/MaidenheadGrid.js",
"./GARS/GARSGrid": "./GARS/GARSGrid.js"
},
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"serve": "node --experimental-modules scripts/serve.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opengeoshub/vgrid-maplibre.git"
},
"keywords": [
"DGGS",
"H3",
"S2",
"A5",
"QTM",
"OLC",
"OpenLocationCode",
"Google Pluscode",
"Geohash",
"GEOREF",
"MGRS",
"Tilecode",
"Maidenhead",
"GARS"
],
"author": "Thang Quach",
"license": "ISC",
"bugs": {
"url": "https://github.com/opengeoshub/vgrid-maplibre/issues"
},
"homepage": "https://github.com/opengeoshub/vgrid-maplibre#readme",
"dependencies": {
"a5-js": "^0.0.3",
"h3-js": "^4.2.1",
"maplibre-gl": "^4.7.1",
"open-location-code": "^1.0.3",
"s2js": "^1.43.6",
"turf": "^3.0.14"
}
}