@polar/plugin-draw
Version:
Draw plugin for POLAR that adds draw interactions to the map, allowing users to place various shapes and texts.
54 lines (53 loc) • 1.43 kB
JSON
{
"name": "@polar/plugin-draw",
"version": "3.2.0",
"description": "Draw plugin for POLAR that adds draw interactions to the map, allowing users to place various shapes and texts.",
"keywords": [
"OpenLayers",
"ol",
"POLAR",
"plugin",
"Draw",
"interaction"
],
"license": "EUPL-1.2",
"type": "module",
"author": "Dataport AöR <polar@dataport.de>",
"main": "src/index.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/Dataport/polar.git",
"directory": "packages/plugins/Draw"
},
"files": [
"src/**/*",
"CHANGELOG.md"
],
"dependencies": {
"@turf/boolean-contains": "^7.2.0",
"@turf/boolean-intersects": "^7.2.0",
"@turf/boolean-point-in-polygon": "^7.2.0",
"@turf/boolean-valid": "^7.2.0",
"@turf/buffer": "^7.2.0",
"@turf/center-of-mass": "^7.2.0",
"@turf/clean-coords": "^7.2.0",
"@turf/difference": "^7.2.0",
"@turf/helpers": "^7.2.0",
"@turf/line-intersect": "^7.2.0",
"@turf/union": "^7.2.0",
"@turf/unkink-polygon": "^7.2.0",
"@polar/lib-get-features": "^3.0.0"
},
"peerDependencies": {
"@masterportal/masterportalapi": "2.48.0",
"@polar/core": "^3.2.1",
"@repositoryname/vuex-generators": "^1.1.2",
"i18next": "^23.11.5",
"ol": "^10.4.0",
"vue": "^2.6.14",
"vuex": "^3.6.2"
},
"devDependencies": {
"@polar/lib-custom-types": "^2.2.0"
}
}