{ "name": "map3d-wall", "version": "1.0.1", "description": "map3d子组件", "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": [ "Map3d-v1_subcoms_wall" ], "parent": { "supportTypes": [ "Map3d-v1" ], "supportNames": [] }, "publicHandler": {}, "events": {}, "api_data": { "source": [ { "type": "Feature", "properties": {}, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 109.753758, 38.237917, 0 ], [ 109.754148, 38.236798, 0 ], [ 109.754416, 38.235827, 0 ], [ 109.755948, 38.234802, 0 ], [ 109.758649, 38.23481, 0 ], [ 109.758816, 38.235776, 0 ], [ 109.758092, 38.237146, 0 ], [ 109.756655, 38.238059, 0 ], [ 109.754895, 38.238208, 0 ], [ 109.753758, 38.237917, 0 ] ] ] ] } } ] }, "apis": { "source": { "description": "数据接口", "handler": "render", "fields": { "name": { "description": "状态名" }, "data": { "description": "线路径坐标,geojson形式" } } } }, "config": { "options": { "type": "menu", "children": { "basicConfig": { "name": "基础配置", "type": "menuChild", "mode": "single", "children": { "url": { "name": "地址", "type": "text", "default": "", "description": "线内容太多,采用线上地址" } } }, "styleConfig": { "name": "样式配置", "type": "menuChild", "mode": "single", "children": { "minimumHeights": { "name": "底部高度", "type": "number", "default": 0 }, "maximumHeights": { "name": "顶部高度", "type": "number", "default": 150 }, "distanceDisplayCondition": { "name": "显示距离", "type": "suite", "children": { "min": { "name": "最小", "default": 0, "col": 12, "type": "number", "suffix": "m" }, "max": { "name": "最大", "default": 100000, "col": 12, "type": "number", "suffix": "m" } } }, "color": { "name": "颜色", "type": "color", "default": "#007acc" }, "image": { "name": "图片", "type": "image", "default": "https://assets.easyv.cloud/data/1725/2538520/model/y71d6kz93vb_1715155692319_766a222trf.png" }, "axisY": { "name": "Y轴朝上", "type": "switch", "default": true }, "mixt": { "name": "混合", "type": "switch", "default": false, "description": "默认为color颜色,true时color颜色与图片颜色混合" }, "repeat": { "name": "重复量", "type": "suite", "children": { "x": { "name": "水平", "default": 1, "col": 12, "type": "number" }, "y": { "name": "垂直", "default": 1, "col": 12, "type": "number" } } }, "speed": { "name": "速度", "default": 15, "type": "number", "min": 0 }, "outline": { "name": "外边框", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": false }, "outlineColor": { "name": "颜色", "type": "color", "default": "#007acc" }, "outlineWidth": { "name": "宽度", "type": "number", "default": 1 } } }, "hasImage2": { "name": "混合模式", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": false }, "color2": { "name": "颜色", "type": "color", "default": "#007acc" }, "image2": { "name": "图片", "type": "image", "default": "" } } } } } } } } } }