Merge branch 'main' of http://139.196.74.78:10010/r/zhyq/bigScreen
2 files modified
2 files added
| | |
| | | className: 'xfs-box', |
| | | showPanel: false, |
| | | layerName: 'fsclz' |
| | | }, |
| | | { |
| | | id: '3-10', |
| | | label: '排水口', |
| | | type: 'layer', |
| | | subType: 'labelPoint', |
| | | method: getList, |
| | | params: { |
| | | type: 10, |
| | | }, |
| | | backgroundIcon: VITE_APP_BASE + 'img/mapicon/psk.png', |
| | | className: 'xfs-box', |
| | | showPanel: false, |
| | | layerName: 'psk' |
| | | }, |
| | | { |
| | | id: '3-11', |
| | | label: '污水池', |
| | | type: 'layer', |
| | | subType: 'labelPoint', |
| | | method: getList, |
| | | params: { |
| | | type: 11, |
| | | }, |
| | | backgroundIcon: VITE_APP_BASE + 'img/mapicon/wsc.png', |
| | | className: 'xfs-box', |
| | | showPanel: false, |
| | | layerName: 'wsc' |
| | | } |
| | | ] |
| | | }, |
| | |
| | | progressiveResolutionHeightFraction: 0.5, |
| | | baseScreenSpaceError: 1024 |
| | | }) |
| | | |
| | | // tile.setSplitDirection(1) |
| | | // viewer.sceneSplit.enable = true |
| | | // viewer.sceneSplit.addTileset(tileset) |
| | | tileLayers.addOverlay(tile) |
| | | addTileLayers[item.layerName][ind] = tile |
| | | }) |
| | |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | margin-top: 16px; |
| | | padding: 10px; |
| | | margin-top: 10px; |
| | | padding: 8px; |
| | | width: 64px; |
| | | height: 64px; |
| | | |
| | |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | margin-top: 16px; |
| | | padding: 10px; |
| | | margin-top: 10px; |
| | | padding: 8px; |
| | | width: 54px; |
| | | height: 54px; |
| | | |