{ "name": "smartCity", "version": "1.0.0", "dependencies": { "eventemitter3": "3.0.0", "bcore": "0.0.18", "jquery": "2.1.4", "lodash": "4.6.1", "react": "17.0.2", "react-dom": "17.0.2", "maptalks.markercluster": "0.8.8", "maptalks.mapboxgl": "0.3.4", "maptalks.three": "0.39.0", "maptalks": "1.2.1", "@mapbox/mapbox-gl-language": "1.0.1", "three": "0.125.0", "popmotion": "8.7.1", "heatmap.js": "2.0.5", "earcut": "3.0.2" }, "scripts": { "build": "cube build ./ --output=../../datavComponent --remote=pandav --smart" }, "pandav": { "cn_name": "3D城市", "protocol": 2, "children": { "default": [ "smartCity-building" ], "supportTypes": [ "smartCity-v1_subcoms" ], "supportNames": [] }, "type": [ "DataV-6:map", "smartCity-v1" ], "level": 0, "apis": { "source": { "handler": "render", "description": "地图配置信息", "fields": {} } }, "events": { "switch": { "name": "状态改变" }, "click": { "name": "鼠标点击" }, "hover": { "name": "鼠标移入" }, "cancel": { "name": "取消选中" } }, "publicHandler": { "animateScene": { "name": "切换场景", "config": { "sceneId": { "name": "场景id", "type": "select", "default": "", "options": [] } } }, "dynamicChangeScreen": { "name": "动态切换场景", "config": [], "useFnConfig": { "description": "返回的场景名称,如 return '场景1';" } }, "viewChange": { "name": "视角切换", "config": [], "useFnConfig": { "description": "return值应包含lng,lat,zoom信息,如 { lng:116, lat:32, zoom:10 }" }, "type": "object", "data": { "lng": 116, "lat": 29, "zoom": 10 } } }, "config": { "options": { "type": "menu", "children": { "sceneConfig": { "name": "场景管理", "type": "group", "children": { "isOpenTool": { "name": "视角信息", "type": "boolean", "default": false }, "scenes": { "name": "多场景", "type": "tabs", "default": [ { "name": "", "open": false, "entranceTime": 2, "type": "rotate", "defaultCamera": { "center": { "lng": 121.15090990914359, "lat": 30.031499573669777 }, "zoom": 15, "pitch": 70, "bearing": 119.999999 }, "rotateCamera": { "center": { "lng": 121.13202381603844, "lat": 30.031685915607994 }, "zoom": 15.95211, "pitch": 80, "bearing": -175.100 }, "speed": 10, "flyCameras": [ { "id": "镜头1", "center": { "lng": 120.158, "lat": 30.262 }, "zoom": 16, "pitch": 60, "bearing": 40, "time": 1 }, { "id": "镜头2", "center": { "lng": 120.158, "lat": 30.268 }, "zoom": 16, "pitch": 60, "bearing": 40, "time": 1 } ], "loop": false } ], "template": { "name": "场景<%=i+1%>", "type": "object", "children": { "name": { "name": "名称", "default": "", "type": "text", "description": "切换场景的自定义动作名称。" }, "open": { "name": "开启动画", "type": "switch", "default": true }, "entranceTime": { "name": "入场时间", "type": "number", "default": 2 }, "type": { "show": [ [ "open", "$eq", true ] ], "name": "动画类型", "type": "radio", "default": "rotate", "options": [ { "label": "环绕", "value": "rotate" }, { "label": "多点巡航", "value": "fly" } ] }, "defaultCamera": { "show": [ [ "open", "$eq", false ] ], "name": "默认视角", "type": "group", "children": { "center": { "name": "中心点", "type": "suite", "children": { "lng": { "name": "经度", "default": 120.158, "col": 12, "type": "number" }, "lat": { "name": "纬度", "default": 30.262, "col": 12, "type": "number" } } }, "zoom": { "name": "缩放", "type": "number", "default": 12 }, "bearing": { "name": "方位角", "type": "number", "default": 40 }, "pitch": { "name": "俯仰角", "type": "number", "default": 60 } } }, "rotateCamera": { "show": [ [ "open", "$eq", true ], [ "type", "$eq", "rotate" ] ], "name": "镜头视角", "type": "group", "children": { "center": { "name": "中心点", "type": "suite", "children": { "lng": { "name": "经度", "default": 120.158, "col": 12, "type": "number" }, "lat": { "name": "纬度", "default": 30.262, "col": 12, "type": "number" } } }, "zoom": { "name": "缩放", "type": "number", "default": 12 }, "bearing": { "name": "方位角", "type": "number", "default": 40 }, "pitch": { "name": "俯仰角", "type": "number", "default": 60 } } }, "speed": { "show": [ [ "open", "$eq", true ], [ "type", "$eq", "rotate" ] ], "name": "环绕速度", "type": "number", "default": 10 }, "flyCameras": { "show": [ [ "open", "$eq", true ], [ "type", "$eq", "fly" ] ], "name": "镜头", "type": "tabs", "default": [], "template": { "name": "镜头<%=i+1%>", "type": "object", "children": { "id": { "name": "名称", "default": "镜头1", "type": "text" }, "center": { "name": "中心点", "type": "suite", "children": { "lng": { "name": "经度", "default": 120.158, "col": 12, "type": "number" }, "lat": { "name": "纬度", "default": 30.262, "col": 12, "type": "number" } } }, "zoom": { "name": "缩放", "type": "number", "default": 12 }, "bearing": { "name": "方位角", "type": "number", "default": 40 }, "pitch": { "name": "俯仰角", "type": "number", "default": 60 }, "time": { "name": "所用时间", "type": "number", "default": 1 } } } }, "loop": { "show": [ [ "open", "$eq", true ], [ "type", "$eq", "fly" ] ], "name": "循环播放", "type": "switch", "default": true, "statusText": true } } } }, "position": { "name": "视角信息", "type": "group", "fold": false, "children": { "center": { "name": "中心点", "type": "suite", "children": { "lng": { "name": "经度", "default": 121.1534, "col": 12, "type": "number" }, "lat": { "name": "纬度", "default": 30.03867, "col": 12, "type": "number" } } }, "zoom": { "name": "缩放", "type": "number", "default": 10 } } } } }, "chart": { "name": "基础配置", "type": "group", "children": { "baseLayer": { "name": "地图底图", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": true }, "type": { "name": "底图类型", "type": "radio", "default": "mapbox", "options": [ { "label": "mapbox", "value": "mapbox" }, { "label": "XYZ", "value": "xyz" } ] }, "mapboxType": { "name": "样式类别", "type": "radio", "default": "default", "show": [ [ "type", "$eq", "mapbox" ] ], "options": [ { "label": "默认", "value": "default" }, { "label": "自定义", "value": "custom" } ] }, "mapboxStyle": { "type": "imageSelect", "name": "样式", "default": "mapbox://styles/easyv/cky9qxzzp44cv14nn1lgb58qw", "show": [ [ "type", "$eq", "mapbox" ], [ "mapboxType", "$eq", "default" ] ], "range": [ { "name": "黑色", "value": "mapbox://styles/mapbox/dark-v11", "url": "/civ_pandaview_component/pandabi-component/assets/components/smartCity/黑色.png" }, { "name": "浅色", "value": "mapbox://styles/easyv/ckmctkbn90f0i17rqptn7bpzc", "url": "/civ_pandaview_component/pandabi-component/assets/components/smartCity/浅色.png" }, { "name": "卫星图", "value": "mapbox://styles/easyv/ckmec5bmk7jjm17o30306kubf", "url": "/civ_pandaview_component/pandabi-component/assets/components/smartCity/卫星图.png" }, { "name": "深色地形", "value": "mapbox://styles/easyv/ckmehoac600so17mke9j3x2ai", "url": "/civ_pandaview_component/pandabi-component/assets/components/smartCity/深色地形.png" }, { "name": "墨绿", "value": "mapbox://styles/easyv/cky9qxzzp44cv14nn1lgb58qw", "url": "/civ_pandaview_component/pandabi-component/assets/components/smartCity/墨绿.png" }, { "name": "默认户外", "value": "mapbox://styles/mapbox/outdoors-v12", "url": "/civ_pandaview_component/pandabi-component/assets/components/smartCity/户外.png" }, { "name": "白色", "value": "mapbox://styles/mapbox/light-v11", "url": "/civ_pandaview_component/pandabi-component/assets/components/smartCity/白色.png" }, { "name": "默认街道", "value": "mapbox://styles/mapbox/streets-v12", "url": "/civ_pandaview_component/pandabi-component/assets/components/smartCity/默认街道.png" }, { "name": "导航白天", "value": "mapbox://styles/mapbox/navigation-day-v1", "url": "/civ_pandaview_component/pandabi-component/assets/components/smartCity/导航白天.png" }, { "name": "导航夜间", "value": "mapbox://styles/mapbox/navigation-night-v1", "url": "/civ_pandaview_component/pandabi-component/assets/components/smartCity/导航夜间.png" } ] }, "accessToken": { "show": [ [ "type", "$eq", "mapbox" ], [ "mapboxType", "$eq", "custom" ] ], "name": "Access token", "default": "pk.eyJ1IjoiMTM1ODgyMDQyMzAiLCJhIjoiY2trbm9lZXA1MXBmcjJwcW5mdTVuM2t1NCJ9.ay1FKWom67649aOCCiTNhQ", "type": "text" }, "style": { "show": [ [ "type", "$eq", "mapbox" ], [ "mapboxType", "$eq", "custom" ] ], "name": "Style URL", "default": "mapbox://styles/13588204230/cky18smwirbbx14ud4s5kh8bc", "type": "text" }, "system": { "show": [ [ "type", "$ne", "mapbox" ] ], "name": "坐标系", "type": "radio", "default": "WGS84", "options": [ { "label": "WGS84", "value": "WGS84" }, { "label": "GCJ02", "value": "GCJ02" } ] }, "xyzUrl": { "show": [ [ "type", "$eq", "xyz" ] ], "name": "地址", "default": "https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png", "type": "text" }, "tileRetryCount": { "show": [ [ "type", "$eq", "xyz" ] ], "name": "重试次数", "type": "number", "default": 0 } } }, "mapLimit": { "name": "地图范围限制", "type": "group", "enableHide": true, "children": { "show": { "default": true }, "angles": { "name": "旋转限制", "type": "group", "children": { "hRotate": { "name": "水平", "type": "slider", "mode": "double", "default": [ -180, 180 ], "step": 1, "min": -180, "max": 180, "showCurrentRange": true, "suffix": "°" }, "vRotate": { "name": "垂直", "type": "slider", "mode": "double", "default": [ 10, 90 ], "step": 1, "min": 10, "max": 90, "showCurrentRange": true, "suffix": "°" } } }, "bound": { "name": "区域限制", "type": "group", "children": { "lngLimit": { "name": "经度", "type": "slider", "mode": "double", "default": [ 0, 360 ], "step": 0.001, "min": 0, "max": 360, "showCurrentRange": true }, "latLimit": { "name": "纬度", "type": "slider", "mode": "double", "default": [ -90, 90 ], "step": 0.001, "min": -90, "max": 90, "showCurrentRange": true }, "zooms": { "name": "层级", "type": "slider", "mode": "double", "default": [ 2, 20 ], "step": 0.1, "min": 2, "max": 20, "showCurrentRange": true } } } } }, "switchDragButton": { "name": "交互反转", "type": "switch", "default": false, "statusText": true, "description": "鼠标左键默认移动视角,右键默认倾斜旋转,开启后将反转,即左键倾斜旋转,右键移动视角" }, "loading": { "name": "加载页", "type": "switch", "default": true, "statusText": true } } }, "effectConfig": { "name": "场景效果", "type": "group", "children": { "aLight": { "name": "环境光", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": true }, "color": { "name": "颜色", "type": "color", "default": "#FFF" }, "intensity": { "name": "强度", "type": "number", "default": 1 } } }, "skyConfig": { "name": "天空", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": true }, "timeInterval": { "name": "时段", "type": "select", "default": "style1", "options": [ { "name": "清晨", "value": "style1" }, { "name": "傍晚", "value": "style2" }, { "name": "夜晚", "value": "style3" }, { "name": "漆黑的夜", "value": "style4" }, { "name": "阴天", "value": "style5" }, { "name": "暴雨将至", "value": "style6" }, { "name": "晴天", "value": "style7" } ] }, "turbidity": { "show": [ [ "defaultStyle", "$eq", "不显示" ] ], "name": "turbidity", "default": 0.8, "type": "slider", "min": 0, "max": 20, "step": 0.1 }, "rayleigh": { "show": [ [ "defaultStyle", "$eq", "不显示" ] ], "name": "rayleigh", "default": 0.36, "type": "slider", "min": 0, "max": 4, "step": 0.01 }, "mieCoefficient": { "show": [ [ "defaultStyle", "$eq", "不显示" ] ], "name": "mieCoefficient", "default": 0.04, "type": "slider", "min": 0, "max": 0.1, "step": 0.01 }, "mieDirectionalG": { "show": [ [ "defaultStyle", "$eq", "不显示" ] ], "name": "mieDirectionalG", "default": 0.14, "type": "slider", "min": 0, "max": 1, "step": 0.01 }, "elevation": { "show": [ [ "defaultStyle", "$eq", "不显示" ] ], "name": "elevation", "default": 54.5, "type": "slider", "min": -180, "max": 180, "step": 0.1 }, "azimuth": { "show": [ [ "defaultStyle", "$eq", "不显示" ] ], "name": "azimuth", "default": 79.1, "type": "slider", "min": -180, "max": 180, "step": 0.1 }, "exposure": { "show": [ [ "defaultStyle", "$eq", "不显示" ] ], "name": "exposure", "default": 0.1741, "type": "slider", "min": 0, "max": 1, "step": 0.0001 } } }, "bloom": { "name": "辉光", "type": "group", "fold": false, "enableHide": true, "children": { "show": { "default": false }, "strength": { "name": "强度", "type": "number", "default": 1 }, "radius": { "name": "半径", "type": "number", "default": 0 } } } } } } } }, "api_data": { "source": [] }, "view": { "width": "1920", "height": "1080", "minWidth": "0", "minHeight": "0", "z-index": 1010 }, "icon": "/civ_pandaview_component/pandabi-component/assets/3D城市.png", "thumbnail": "/civ_pandaview_component/pandabi-component/assets/3D城市.png" } }