UNPKG

@polar/plugin-draw

Version:

Draw plugin for POLAR that adds draw interactions to the map, allowing users to place various shapes and texts.

44 lines (43 loc) 1.06 kB
{ "name": "@polar/plugin-draw", "version": "3.1.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/center-of-mass": "^7.2.0", "@polar/lib-get-features": "^3.0.0" }, "peerDependencies": { "@masterportal/masterportalapi": "2.45.0", "@polar/core": "^3.0.0", "@repositoryname/vuex-generators": "^1.1.2", "i18next": "^23.11.5", "ol": "^10.3.1", "vue": "^2.6.14", "vuex": "^3.6.2" }, "devDependencies": { "@polar/lib-custom-types": "^2.0.0" } }