dgtek-map
Version:
This package draws DGtek footprint polygons & checks the address to be in the footprint. This package provides a number of methods for creating, searching and updating the buildings data in DB. Uses web-worker, remote and local DB. For DGtek provisionin
35 lines (34 loc) • 1.2 kB
JSON
{
"name": "dgtek-map",
"version": "1.7.4",
"description": "This package draws DGtek footprint polygons & checks the address to be in the footprint. This package provides a number of methods for creating, searching and updating the buildings data in DB. Uses web-worker, remote and local DB. For DGtek provisioning portal only.",
"main": "./dist/dgtek-map.js",
"files": [
"dist/*",
"README.md"
],
"scripts": {
"dev": "webpack --mode development -w",
"prod": "webpack --mode production",
"package-dev": "webpack --config webpack.config.package.dgtek-map.js --mode development -w",
"package": "webpack --config webpack.config.package.dgtek-map.js --mode production",
"worker": "webpack --config ./worker/webpack.config.worker.js --mode production",
"worker-dev": "webpack --config ./worker/webpack.config.worker.js --mode development -w"
},
"keywords": [
"dgtek",
"map",
"polygons",
"markers",
"addresses",
"buildings"
],
"author": "garevna <irina.h.fylyppova@gmail.com>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"dotenv": "^8.2.0",
"webpack": "^5.28.0",
"webpack-cli": "^4.5.0"
}
}