{ "name": "l7-marker", "version": "1.0.12", "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_point" ], "parent": { "supportTypes": [ "L7-v1" ], "supportNames": [] }, "publicHandler": { "show": { "description": "显示组件" }, "hide": { "description": "隐藏组件" } }, "events": { "click": { "description": "当鼠标点击", "fields": { "s": { "description": "当前索引", "type": "number" }, "content": { "description": "当前内容", "type": "string" } } } }, "api_data": { "source": [ { "name": "正常", "data": { "type": "FeatureCollection", "features": [ { "type": "Feature", "geometry": { "type": "Point", "properties": { "polygonStatus": "正常" }, "coordinates": [ 116.3234, 39.8969 ] } }, { "type": "Feature", "geometry": { "type": "Point", "properties": { "polygonStatus": "正常" }, "coordinates": [ 116.181, 39.8175 ] } }, { "type": "Feature", "geometry": { "type": "Point", "properties": { "polygonStatus": "正常" }, "coordinates": [ 116.4181, 39.8028 ] } }, { "type": "Feature", "geometry": { "type": "Point", "properties": { "polygonStatus": "正常" }, "coordinates": [ 116.3398, 39.7779 ] } } ] } } ] }, "apis": { "source": { "description": "数据接口", "handler": "render", "fields": {} } }, "config": { "type": { "name": "点图层类型", "type": "select", "default": "point", "options": [ { "label": "动态点", "value": "point" }, { "label": "高性能图片点", "value": "image" }, { "label": "复杂点", "value": "marker" } ] }, "shape": { "name": "点类型", "type": "select", "default": "circle", "show": [ [ "type", "$eq", "point" ] ], "options": [ { "label": "水波纹", "value": "circle" }, { "label": "雷达", "value": "radar" } ] }, "markerType": { "name": "点类型", "type": "select", "default": "icon", "show": [ [ "type", "$eq", "marker" ] ], "options": [ { "label": "图标", "value": "icon" }, { "label": "视频", "value": "video" } ] }, "drillDown": { "name": "点击钻取", "type": "boolean", "default": false }, "statusConfig": { "name": "状态", "type": "array", "fold": false, "default": [ { "name": "正常", "size": "40", "pointStyle": { "type": "color", "stroke": "#fff", "strokeWidth": 0, "blur": 0, "raisingHeight": 0, "opacity": 1, "color": "#0DCCFF", "offset": { "x": 0, "y": 0 }, "rotation": 0, "heightfixed": false }, "imageStyle": { "opacity": 1 }, "markerStyle": { "anchor": "top-left", "offset": { "x": -15, "y": 34 }, "url": "https://assets.easyv.cloud/data/1725/2243309/img/14wdgyjzzl_1695029086997_tixq33ushq.png" }, "options": { "zIndex": 120, "visible": true, "minZoom": 2, "maxZoom": 19 }, "animate": { "enable": true, "duration": 1, "interval": 1, "trailLength": 2 } } ], "child": { "type": "object", "name": "状态<%=i+1%>", "child": { "name": { "name": "状态名", "type": "text", "default": "" }, "size": { "name": "点大小", "type": "text", "default": "40" }, "pointStyle": { "name": "图层样式", "type": "group", "showInPanel": { "conditions": [ [ "type", "$eq", "point" ] ] }, "children": { "opacity": { "name": "图形的透明度", "type": "slider", "default": 1, "max": 1, "min": 0, "step": ".05" }, "stroke": { "name": "图形边框颜色", "type": "color", "default": "#fff" }, "strokeWidth": { "name": "图形边框半径", "type": "number", "default": 1 }, "strokeOpacity": { "name": "图形边框透明度", "type": "number", "default": 0 }, "raisingHeight": { "name": "抬升高度", "type": "number", "default": 0 }, "heightfixed": { "name": "抬升高度是否随 zoom 变化", "type": "boolean", "default": false }, "color": { "name": "线颜色", "type": "color", "default": "" }, "rotation": { "name": "旋转角度", "type": "number", "default": 0 }, "offset": { "type": "suite", "name": "点偏移", "children": { "x": { "type": "number", "default": 0, "col": 12, "name": "x轴偏移" }, "y": { "type": "number", "col": 12, "default": 0, "name": "y轴偏移" } } }, "blur": { "name": "图形模糊半径", "type": "number", "default": 0 } } }, "imageStyle": { "name": "图层样式", "type": "group", "showInPanel": { "conditions": [ [ "type", "$eq", "image" ] ] }, "children": { "opacity": { "name": "图形的透明度", "type": "slider", "default": 1, "max": 1, "min": 0, "step": ".05" }, "rotation": { "name": "旋转角度", "type": "number", "default": 0 }, "offset": { "type": "suite", "name": "点偏移", "children": { "x": { "type": "number", "default": 0, "col": 12, "name": "x轴偏移" }, "y": { "type": "number", "col": 12, "default": 0, "name": "y轴偏移" } } }, "raisingHeight": { "name": "抬升高度", "type": "number", "default": 0 }, "heightfixed": { "name": "抬升高度是否随 zoom 变化", "type": "boolean", "default": false }, "url": { "name": "显示的图标", "type": "image", "default": "https://assets.easyv.cloud/data/1725/2243309/img/14wdgyjzzl_1695029086997_tixq33ushq.png" } } }, "markerStyle": { "name": "图层样式", "type": "group", "showInPanel": { "conditions": [ [ "type", "$eq", "marker" ] ] }, "children": { "anchor": { "name": "锚点", "type": "select", "default": "top-left", "options": [ { "label": "上-左", "value": "top-left" }, { "label": "上-中", "value": "top-center" }, { "label": "上-右", "value": "top-right" }, { "label": "中-左", "value": "middle-left" }, { "label": "中", "value": "center" }, { "label": "右-右", "value": "middle-right" }, { "label": "下-左", "value": "bottom-left" }, { "label": "下-中", "value": "bottom-center" }, { "label": "下-右", "value": "bottom-right" } ] }, "offset": { "type": "suite", "name": "偏移量", "children": { "x": { "type": "number", "default": -15, "col": 12, "name": "x轴偏移" }, "y": { "type": "number", "col": 12, "default": 34, "name": "y轴偏移" } } }, "url": { "name": "显示的图标/视频", "type": "image", "default": "https://assets.easyv.cloud/data/1725/2243309/img/14wdgyjzzl_1695029086997_tixq33ushq.png" } } }, "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": [ [ "type", "$eq", "point" ] ] }, "children": { "enable": { "name": "启用动画", "type": "boolean", "default": true }, "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 } } } } } } } } }