92 lines
2.3 KiB
JavaScript
92 lines
2.3 KiB
JavaScript
window['settings'] = {
|
|
apis: '/taishiView',
|
|
textConfigs: [],
|
|
|
|
baseMBDict: {
|
|
base: {
|
|
icon: './images/icons/base/党政首脑机关.png',
|
|
color: '#ea7354',
|
|
model: './models/基地.glb',
|
|
},
|
|
airport: {
|
|
icon: './images/icons/base/军用机场.png',
|
|
color: '#80b1d3',
|
|
model: './models/机场.glb',
|
|
},
|
|
port: {
|
|
icon: './images/icons/base/军用港口.png',
|
|
color: '#fcee82',
|
|
model: './models/港口.glb',
|
|
},
|
|
station: {
|
|
icon: './images/icons/base/民用机场.png',
|
|
color: '#8dd3c7',
|
|
model: './models/雷达.glb',
|
|
},
|
|
},
|
|
mbCountryDict: {
|
|
美国: '#fff',
|
|
中国: '#d00',
|
|
日本: '#dd0',
|
|
韩国: '#00d',
|
|
},
|
|
mbDict: {
|
|
甲: {
|
|
icon: './images/icons/10-7600-0-侦察机.svg',
|
|
color: '#d00',
|
|
model: './models/IDF.glb',
|
|
payload: 'airplaneConic',
|
|
},
|
|
乙: {
|
|
icon: './images/icons/10-5900-0-航空母舰.svg',
|
|
color: '#ff0',
|
|
model: './models/驱逐舰2.glb',
|
|
payload: 'radar',
|
|
},
|
|
丙: {
|
|
icon: './images/icons/10-6100-0-驱逐舰.svg',
|
|
color: '#dd0',
|
|
model: './models/驱逐舰2.glb',
|
|
payload: 'radar',
|
|
},
|
|
},
|
|
|
|
map: {
|
|
1: {
|
|
url: 'https://rt2.map.gtimg.com/tile?z={z}&x={x}&y={reverseY}&styleid=4&scene=0&version=347',
|
|
tilingScheme: 'WebMercatorTilingScheme',
|
|
image: './images/map/1.png',
|
|
name: '黑色',
|
|
},
|
|
2: {
|
|
url: 'https://rt2.map.gtimg.com/tile?z={z}&x={x}&y={reverseY}&styleid=5&scene=0&version=347',
|
|
tilingScheme: 'WebMercatorTilingScheme',
|
|
image: './images/map/2.png',
|
|
name: '白色',
|
|
},
|
|
3: {
|
|
url: './resources/map/{z}/{x}/{y}.jpg',
|
|
tilingScheme: 'WebMercatorTilingScheme',
|
|
image: './images/map/3.jpg',
|
|
name: 'Arcgis',
|
|
},
|
|
4: {
|
|
url: 'http://192.168.10.201:2022/api/maptilecache/service/tms/1.0.0/img_globle1to9-PNG-4326@EPSG:4326@png/{z}/{x}/{reverseY}.png',
|
|
tilingScheme: 'GeographicTilingScheme',
|
|
image: './images/map/4.png',
|
|
name: '卫星影像',
|
|
},
|
|
},
|
|
|
|
gantt: {
|
|
task: { label: '任务', color: 'error' },
|
|
|
|
dd: { label: '主体' },
|
|
|
|
mainEvent: { label: '主事件', color: 'success' },
|
|
eventType: { label: '事件分类', color: 'info' },
|
|
|
|
subEvent: { label: '子事件', color: 'warning' },
|
|
},
|
|
}
|