2024-12-09 06:44:52 +00:00
|
|
|
window['settings'] = {
|
|
|
|
apis: '/taishiView',
|
|
|
|
textConfigs: [],
|
2025-01-13 08:45:08 +00:00
|
|
|
|
|
|
|
baseMBDict: {
|
|
|
|
base: {
|
|
|
|
icon: './images/icons/base/党政首脑机关.png',
|
|
|
|
color: '#ea7354',
|
|
|
|
},
|
|
|
|
airport: { icon: './images/icons/base/军用机场.png', color: '#80b1d3' },
|
|
|
|
port: { icon: './images/icons/base/军用港口.png', color: '#fcee82' },
|
|
|
|
station: { icon: './images/icons/base/民用机场.png', color: '#8dd3c7' },
|
|
|
|
},
|
|
|
|
mbDict: {
|
|
|
|
甲: {
|
|
|
|
icon: './images/icons/飞机.png',
|
|
|
|
color: '#d00',
|
|
|
|
model: './models/IDF.glb',
|
|
|
|
},
|
|
|
|
乙: {
|
|
|
|
icon: './images/icons/舰船.png',
|
|
|
|
color: '#dd0',
|
|
|
|
model: './models/驱逐舰2.glb',
|
|
|
|
},
|
|
|
|
丙: {
|
|
|
|
icon: './images/icons/舰船.png',
|
|
|
|
color: '#dd0',
|
|
|
|
model: './models/驱逐舰2.glb',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
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: '卫星影像',
|
|
|
|
},
|
|
|
|
},
|
2024-12-09 06:44:52 +00:00
|
|
|
}
|