{ "name": "panda-amap-polygon", "version": "0.0.1", "description": "多边形图层", "main": "index.js", "scripts": { "build": "cube build ./ --output=../../datavComponent --remote=pandav --smart" }, "keywords": [ "map", "subcoms" ], "dependencies": { "eventemitter3": "3.0.0", "safely-merge": "1.0.1", "lodash": "4.17.11" }, "pandav": { "cn_name": "多边形图层", "icon": "https:///assets.easyv.cloud/thumb/ea6dbbba-f7db-4aca-a7e4-57608896e04a.gif", "level": 1, "protocol": 2, "type": [ "amap-v4_subcoms_polygon" ], "parent": { "supportTypes": [ "map_amap-v4" ], "supportNames": [] }, "publicHandler": { "show": { "description": "显示组件" }, "hide": { "description": "隐藏组件" } }, "events": {}, "api_data": { "source": [ { "name": "正常", "data": [ [ 116.403322, 39.920255 ], [ 116.410703, 39.897555 ], [ 116.402292, 39.892353 ], [ 116.389846, 39.891365 ] ] } ] }, "apis": { "source": { "description": "数据接口", "handler": "render", "fields": { "name": { "description": "状态名" }, "data": { "description": "多边形坐标值" } } } }, "config": { "statusConfig": { "name": "状态", "type": "array", "fold": false, "default": [ { "name": "正常", "option": { "zIndex": 120, "strokeColor": "#006600", "strokeOpacity": 0.9, "strokeWeight": 2, "fillColor": "#FFAA00", "fillOpacity": "0.9", "strokeStyle": "solid" } } ], "child": { "type": "object", "name": "状态<%=i+1%>", "child": { "name": { "name": "状态名", "type": "text", "default": "" }, "option": { "name": "图层参数", "type": "group", "children": { "zIndex": { "name": "图层显示层级", "type": "number", "default": 120 }, "strokeColor": { "name": "线条颜色", "type": "color", "default": "#006600" }, "strokeOpacity": { "name": "轮廓线透明度", "type": "slider", "default": 0.9, "max": 1, "min": 0, "step": ".05" }, "strokeWeight": { "name": "轮廓线宽度", "type": "number", "default": 2 }, "fillColor": { "name": "多边形填充颜色", "type": "color", "default": "#FFAA00" }, "fillOpacity": { "name": "多边形填充透明度", "type": "slider", "default": 0.9, "max": 1, "min": 0, "step": ".05" }, "strokeStyle": { "name": "轮廓线样式", "type": "select", "default": "solid", "options": [ { "label": "实线", "value": "solid" }, { "label": "虚线", "value": "dashed" } ] } } } } } } } } }