@panzhiyue/leaflet-canvaslabel
Version:
用于在矢量数据上显示标签,样式设置基于Canvas标准,还提供了偏移,缩放,旋转,指定显示位置等设置参数。
31 lines (29 loc) • 803 B
JSON
{
"name": "@panzhiyue/leaflet-canvaslabel",
"version": "1.2.0",
"description": "用于在矢量数据上显示标签,样式设置基于Canvas标准,还提供了偏移,缩放,旋转,指定显示位置等设置参数。",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js && webpack --config webpack.config.min.js"
},
"keywords": [
"leaflet",
"leaflet-plugin",
"label",
"map"
],
"devDependencies": {
"webpack-cli": "^4.7.0",
"webpack": "^5.36.2",
"uglifyjs-webpack-plugin": "^2.2.0"
},
"dependencies": {
"rbush": "^2.0.2"
},
"repository": {
"type": "git",
"url": "https://gitee.com/panzhiyue/leaflet-canvas-label.git"
},
"author": "panzhiyue",
"license": "ISC"
}