{ "name": "l7-link-line", "version": "1.0.17", "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": "链接线图层", "level": 1, "protocol": 2, "type": [ "L7-v1_subcoms_line" ], "parent": { "supportTypes": [ "L7-v1" ], "supportNames": [] }, "publicHandler": {}, "events": {}, "api_data": { "source": [ { "name": "正常", "data": { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "name": "测试线1", "value": 45.18932661, "level": "C", "month": 202005 }, "geometry": { "type": "LineString", "coordinates": [ [ 116.3234, 39.8969 ], [ 116.181, 39.8175 ] ] } }, { "type": "Feature", "properties": { "name": "测试线2", "value": 45.18932661, "level": "C", "month": 202005 }, "geometry": { "type": "LineString", "coordinates": [ [ 116.4181, 39.8028 ], [ 116.3398, 39.7779 ] ] } } ] } } ] }, "apis": { "source": { "description": "数据接口", "handler": "render", "fields": { "name": { "description": "状态名" }, "data": { "description": "线路径坐标,geojson形式" } } } }, "config": { "type": { "name": "链接线图层类型", "type": "select", "default": "arc", "options": [ { "label": "链接线", "value": "arc" }, { "label": "3D链接线", "value": "arc3d" } ] }, "statusConfig": { "name": "状态", "type": "array", "fold": false, "default": [ { "name": "正常", "size": "2", "style": { "type": "color", "lineType": "solid", "dashArray": "5;5", "borderColor": "#fff", "borderWidth": 0, "blur": "1;1;1", "raisingHeight": 0, "heightfixed": false, "opacity": 1, "color": "#0DCCFF", "textureBlend": "normal", "iconStep": 100, "texture": "https://gw.alipayobjects.com/zos/bmw-prod/ce83fc30-701f-415b-9750-4b146f4b3dd6.svg" }, "options": { "zIndex": 120, "visible": true, "minZoom": 2, "maxZoom": 19 }, "animate": { "enable": false, "duration": 1, "interval": 1, "trailLength": 2 } } ], "child": { "type": "object", "name": "状态<%=i+1%>", "child": { "name": { "name": "状态名", "type": "text", "default": "" }, "size": { "name": "设置线的宽度和高度", "type": "text", "default": "2" }, "style": { "name": "图层样式", "type": "group", "children": { "type": { "name": "图层类型", "type": "select", "default": "color", "options": [ { "label": "纯色", "value": "color" }, { "label": "纹理", "value": "texture" } ] }, "lineType": { "name": "线图层类型", "type": "select", "default": "solid", "options": [ { "label": "实线", "value": "solid" }, { "label": "虚线", "value": "dash" } ] }, "dashArray": { "name": "虚线间隔", "type": "text", "show": [ [ "lineType", "$eq", "dash" ] ], "default": "5;5" }, "opacity": { "name": "图形的透明度", "type": "slider", "default": 1, "max": 1, "min": 0, "step": ".05" }, "borderColor": { "name": "图形边框颜色", "show": [ [ "lineType", "$eq", "solid" ] ], "type": "color", "default": "#fff" }, "borderWidth": { "name": "图形边框半径", "show": [ [ "lineType", "$eq", "solid" ] ], "type": "number", "default": 0 }, "raisingHeight": { "name": "抬升高度", "type": "number", "default": 0 }, "heightfixed": { "name": "抬升高度是否随 zoom 变化", "type": "boolean", "default": false }, "color": { "name": "线颜色", "type": "color", "default": "" }, "texture": { "name": "材质图片", "type": "image", "show": [ [ "type", "$eq", "texture" ] ], "default": "https://gw.alipayobjects.com/zos/bmw-prod/ce83fc30-701f-415b-9750-4b146f4b3dd6.svg" }, "textureBlend": { "name": "纹理混合方式", "type": "select", "show": [ [ "type", "$eq", "texture" ] ], "default": "normal", "options": [ { "label": "纹理和线颜色混合", "value": "normal" }, { "label": "使用纹理替换线颜色", "value": "replace" } ] }, "iconStep": { "name": "纹理贴图在线图层上面排布的间隔", "show": [ [ "type", "$eq", "texture" ] ], "type": "number", "default": 40 } } }, "options": { "name": "图层参数", "type": "group", "children": { "zIndex": { "name": "图层显示层级", "type": "number", "default": 120 }, "visible": { "name": "图层是否可见", "type": "boolean", "default": true }, "minZoom": { "name": "图层显示最小缩放等级", "type": "slider", "default": 2, "max": 19, "min": 2, "step": 1 }, "maxZoom": { "name": "图层显示最大缩放等级", "type": "slider", "default": 19, "max": 19, "min": 2, "step": 1 } } }, "animate": { "name": "动画设置", "type": "group", "showInPanel": { "conditions": [ [ ".style.lineType", "$eq", "solid" ] ] }, "children": { "enable": { "name": "启用动画", "type": "boolean", "default": false }, "duration": { "name": "动画时间(s)", "show": [ [ "enable", "$eq", true ] ], "type": "number", "default": 1 }, "interval": { "name": "轨迹间隔", "type": "number", "show": [ [ "enable", "$eq", true ] ], "default": 1 }, "trailLength": { "name": "轨迹长度", "type": "number", "show": [ [ "enable", "$eq", true ] ], "default": 2 } } } } } } } } }